| programs.zsh.histSize | Change history size.
|
| programs.zsh.histFile | Change history file.
|
| programs.zsh.enable | Whether to configure zsh as an interactive shell.
|
| 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.enableFzfGit | Enable fzf keybindings for C-g git browsing.
|
| programs.zsh.loginShellInit | Shell script code called during zsh login shell initialisation.
|
| programs.zsh.enableFzfHistory | Enable fzf keybinding for Ctrl-r history search.
|
| programs.zsh.enableGlobalCompInit | Enable execution of compinit call for all interactive zsh shells
|
| programs.zsh.variables | A set of environment variables used in the global environment
|
| programs.zsh.enableFzfCompletion | Enable fzf completion.
|
| programs.zsh.enableCompletion | Enable zsh completion for all interactive zsh shells.
|
| programs.zsh.enableBashCompletion | Enable bash completion for all interactive zsh shells.
|
| programs.zsh.interactiveShellInit | Shell script code called during interactive zsh shell initialisation.
|
| programs.zsh.enableSyntaxHighlighting | Enable zsh-syntax-highlighting.
|
| programs.zsh.enableFastSyntaxHighlighting | Whether to enable zsh-fast-syntax-highlighting.
|
| programs.zsh.enableAutosuggestions | Enable zsh-autosuggestions.
|