| programs.zsh.cdpath | List of paths to autocomplete calls to cd.
|
| programs.zsh.shellAliases | An attribute set that maps aliases (the top level attribute names in
this option) to command strings or directly to build outputs.
|
| programs.zsh.siteFunctions | Functions that are added to the Zsh environment and are subject to
autoloading
|
| programs.zsh.envExtra | Extra commands that should be added to .zshenv.
|
| programs.zsh.loginExtra | Extra commands that should be added to .zlogin.
|
| programs.zsh.history | Options related to commands history configuration.
|
| programs.zsh.logoutExtra | Extra commands that should be added to .zlogout.
|
| programs.zsh.profileExtra | Extra commands that should be added to .zprofile.
|
| programs.zsh.completionInit | Initialization commands to run when completion is enabled.
|