programs.zsh.shellGlobalAliases

Similar to programs.zsh.shellAliases, but are substituted anywhere on a line.

Type
attribute set of string
Default
{ }
Example
{
  UUID = "$(uuidgen | tr -d \\n)";
  G = "| grep";
}
Declared
<home-manager/modules/programs/zsh>