programs.zsh.zsh-abbr.abbreviations
Home-Manager option
An attribute set that maps aliases (the top level attribute names in this option) to abbreviations. Abbreviations are expanded with the longer phrase after they are entered.
type: attribute set of stringDefault
{ }Example
declared in: <home-manager/modules/programs/zsh/plugins/zsh-abbr.nix>source unavailable{ gco = "git checkout"; l = "less"; }