MyNixOS website logo
option

programs.zsh.zsh-abbr.globalAbbreviations

Similar to , but are expanded anywhere on a line.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  G = "| grep";
  L = "| less -R";
}