| options/home-manager/programs.zsh.oh-my-zsh | Options to configure oh-my-zsh.
|
| options/nixos/programs.zsh.histFile | Change history file.
|
| options/nixos/programs.zsh.histSize | Change history size.
|
| options/darwin/programs.zsh.histSize | Change history size.
|
| options/darwin/programs.zsh.histFile | Change history file.
|
| options/home-manager/programs.zsh.dotDir | Directory where the zsh configuration and more should be located,
relative to the users home directory
|
| options/home-manager/programs.zsh.envExtra | Extra commands that should be added to .zshenv.
|
| options/home-manager/programs.zsh.prezto | Options to configure prezto.
|
| options/darwin/programs.zsh.enable | Whether to configure zsh as an interactive shell.
|
| options/home-manager/programs.zsh.enable | Whether to enable Z shell (Zsh).
|
| options/home-manager/programs.zsh.autocd | Automatically enter into a directory if typed directly into shell.
|
| options/home-manager/programs.zsh.cdpath | List of paths to autocomplete calls to cd.
|
| options/nixos/programs.zsh.shellInit | Shell script code called during zsh shell initialisation.
|
| options/darwin/programs.zsh.shellInit | Shell script code called during zsh shell initialisation.
|
| options/home-manager/programs.zsh.loginExtra | Extra commands that should be added to .zlogin.
|
| options/home-manager/programs.zsh.dirHashes | An attribute set that adds to named directory hash table.
|
| options/home-manager/programs.zsh.package | The zsh package to use.
|
| options/home-manager/programs.zsh.plugins | Plugins to source in .zshrc.
|
| options/home-manager/programs.zsh.history | Options related to commands history configuration.
|
| options/darwin/programs.zsh.enableFzfGit | Enable fzf keybindings for C-g git browsing.
|
| options/nixos/programs.zsh.promptInit | Shell script code used to initialise the zsh prompt.
|
| options/darwin/programs.zsh.promptInit | Shell script code used to initialise the zsh prompt.
|
| options/home-manager/programs.zsh.logoutExtra | Extra commands that should be added to .zlogout.
|
| options/nixos/programs.zsh.setOptions | Configure zsh options
|
| options/nixos/programs.zsh.loginShellInit | Shell script code called during zsh login shell initialisation.
|
| options/darwin/programs.zsh.loginShellInit | Shell script code called during zsh login shell initialisation.
|
| options/home-manager/programs.zsh.setOptions | Configure zsh options
|
| options/home-manager/programs.zsh.profileExtra | Extra commands that should be added to .zprofile.
|
| options/nixos/programs.zsh.enable | Whether to configure zsh as an interactive shell
|
| options/nixos/programs.zsh.enableLsColors | Enable extra colors in directory listings (used by ls and tree).
|
| options/home-manager/programs.zsh.defaultKeymap | The default base keymap to use.
|
| options/nixos/programs.zsh.shellAliases | Set of aliases for zsh shell, which overrides environment.shellAliases
|
| options/home-manager/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.
|
| options/darwin/programs.zsh.enableFzfHistory | Enable fzf keybinding for Ctrl-r history search.
|
| options/home-manager/programs.zsh.shellGlobalAliases | Similar to programs.zsh.shellAliases,
but are substituted anywhere on a line.
|
| options/home-manager/programs.zsh.localVariables | Extra local variables defined at the top of .zshrc.
|
| 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/home-manager/programs.zsh.completionInit | Initialization commands to run when completion is enabled.
|
| options/darwin/programs.zsh.variables | A set of environment variables used in the global environment
|
| options/home-manager/programs.zsh.siteFunctions | Functions that are added to the Zsh environment and are subject to
autoloading
|
| options/home-manager/programs.zsh.sessionVariables | Environment variables that will be set for zsh session.
|
| options/darwin/programs.zsh.enableFzfCompletion | Enable fzf completion.
|
| 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/home-manager/programs.zsh.initContent | Content to be added to .zshrc
|
| 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/nixos/programs.zsh.vteIntegration | Whether to enable Zsh integration for VTE terminals
|
| options/home-manager/programs.zsh.enableCompletion | Enable zsh completion
|
| options/home-manager/programs.zsh.historySubstringSearch | Options related to zsh-history-substring-search.
|
| options/nixos/programs.zsh.interactiveShellInit | Shell script code called during interactive zsh shell initialisation.
|
| options/darwin/programs.zsh.interactiveShellInit | Shell script code called during interactive zsh shell initialisation.
|
| options/home-manager/programs.zsh.enableVteIntegration | Whether to enable integration with terminals using the VTE
library
|
| options/home-manager/programs.zsh.syntaxHighlighting | Options related to zsh-syntax-highlighting.
|
| 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.
|