| programs.zsh.histFile | Change history file.
|
| programs.zsh.histSize | Change history size.
|
| programs.zsh.shellInit | Shell script code called during zsh shell initialisation.
|
| programs.zsh.promptInit | Shell script code used to initialise the zsh prompt.
|
| programs.zsh.setOptions | Configure zsh options
|
| programs.zsh.loginShellInit | Shell script code called during zsh login shell initialisation.
|
| programs.zsh.enable | Whether to configure zsh as an interactive shell
|
| programs.zsh.enableLsColors | Enable extra colors in directory listings (used by ls and tree).
|
| programs.zsh.shellAliases | Set of aliases for zsh shell, which overrides environment.shellAliases
|
| programs.zsh.enableGlobalCompInit | Enable execution of compinit call for all interactive zsh shells
|
| programs.zsh.enableCompletion | Enable zsh completion for all interactive zsh shells.
|
| programs.zsh.enableBashCompletion | Enable compatibility with bash's programmable completion system.
|
| programs.zsh.vteIntegration | Whether to enable Zsh integration for VTE terminals
|
| programs.zsh.interactiveShellInit | Shell script code called during interactive zsh shell initialisation.
|