MyNixOS website logo
option

programs.zsh.shellGlobalAliases

Similar to , but are substituted anywhere on a line.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  UUID = "$(uuidgen | tr -d \\n)";
  G = "| grep";
}