| options/home-manager/programs.zsh.enable | Whether to enable Z shell (Zsh).
|
| options/nixos/programs.zsh.enable | Whether to configure zsh as an interactive shell
|
| options/darwin/programs.zsh.enable | Whether to configure zsh as an interactive shell.
|
| options/darwin/programs.zsh.enableFzfGit | Enable fzf keybindings for C-g git browsing.
|
| options/nixos/programs.zsh.enableLsColors | Enable extra colors in directory listings (used by ls and tree).
|
| options/darwin/programs.zsh.enableFzfHistory | Enable fzf keybinding for Ctrl-r history search.
|
| options/nixos/programs.zsh.enableGlobalCompInit | Enable execution of compinit call for all interactive zsh shells
|
| options/darwin/programs.zsh.enableGlobalCompInit | Enable execution of compinit call for all interactive zsh shells
|
| options/nixos/programs.zsh.enableCompletion | Enable zsh completion for all interactive zsh shells.
|
| options/darwin/programs.zsh.enableCompletion | Enable zsh completion for all interactive zsh shells.
|
| options/darwin/programs.zsh.enableFzfCompletion | Enable fzf completion.
|
| options/nixos/programs.zsh.enableBashCompletion | Enable compatibility with bash's programmable completion system.
|
| options/darwin/programs.zsh.enableBashCompletion | Enable bash completion for all interactive zsh shells.
|
| options/home-manager/programs.zsh.enableCompletion | Enable zsh completion
|
| options/home-manager/programs.zsh.enableVteIntegration | Whether to enable integration with terminals using the VTE
library
|
| options/darwin/programs.zsh.enableSyntaxHighlighting | Enable zsh-syntax-highlighting.
|
| options/darwin/programs.zsh.enableFastSyntaxHighlighting | Whether to enable zsh-fast-syntax-highlighting.
|
| options/darwin/programs.zsh.enableAutosuggestions | Enable zsh-autosuggestions.
|
| options/nixos/programs.zsh.vteIntegration | Whether to enable Zsh integration for VTE terminals
|