programs.zsh.siteFunctions
Functions that are added to the Zsh environment and are subject to
autoloading. The key is the name and the value is the body of
the function to be autoloaded.
They are also already marked for autoloading through autoload -Uz.
- Type
attribute set of strings concatenated with "\n"- Default
{ }- Example
{ mkcd = '' mkdir --parents "$1" && cd "$1" ''; }- Declared
- <home-manager/modules/programs/zsh>