programs.zsh.zsh-abbr.globalAbbreviations

Similar to programs.zsh.zsh-abbr.abbreviations, but are expanded anywhere on a line.

Type
attribute set of string
Default
{ }
Example
{
  G = "| grep";
  L = "| less -R";
}
Declared
<home-manager/modules/programs/zsh/plugins/zsh-abbr.nix>