| 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.oh-my-zsh | Options to configure oh-my-zsh.
|
| 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/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/home-manager/programs.zsh.package | The zsh package to use.
|
| 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.plugins | Plugins to source in .zshrc.
|
| options/home-manager/programs.zsh.history | Options related to commands history configuration.
|
| options/home-manager/programs.zsh.logoutExtra | Extra commands that should be added to .zlogout.
|
| options/home-manager/programs.zsh.profileExtra | Extra commands that should be added to .zprofile.
|
| options/home-manager/programs.zsh.setOptions | Configure zsh options
|
| options/home-manager/programs.zsh.defaultKeymap | The default base keymap to use.
|
| 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/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/home-manager/programs.zsh.completionInit | Initialization commands to run when completion is enabled.
|
| options/home-manager/programs.zsh.sessionVariables | Environment variables that will be set for zsh session.
|
| options/home-manager/programs.zsh.siteFunctions | Functions that are added to the Zsh environment and are subject to
autoloading
|
| options/home-manager/programs.zsh.historySubstringSearch | Options related to zsh-history-substring-search.
|
| options/home-manager/programs.zsh.enableCompletion | Enable zsh completion
|
| options/home-manager/programs.zsh.syntaxHighlighting | Options related to zsh-syntax-highlighting.
|
| options/home-manager/programs.zsh.enableVteIntegration | Whether to enable integration with terminals using the VTE
library
|
| options/home-manager/programs.zsh.initContent | Content to be added to .zshrc
|