MyNixOS website logo

An attribute set that maps aliases (the top level attribute names in this option) to command strings or directly to build outputs.

This option should only be used to manage simple aliases that are compatible across all shells. If you need to use a shell specific feature then make sure to use a shell specific option, for example for Bash.

Declarations
Type
attribute set of string
Default
{ }
Example
{
  g = "git";
  "..." = "cd ../..";
}