MyNixOS website logo
option

programs.zsh.zsh-abbr.abbreviations

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.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  gco = "git checkout";
  l = "less";
}