An attribute set that maps aliases (the top level attribute names in this option) to command strings or directly to build outputs.
Declarations
Type
attribute set of string
Default
{ }
Example
{
ll = "ls -l";
".." = "cd ..";
}
An attribute set that maps aliases (the top level attribute names in this option) to command strings or directly to build outputs.
attribute set of string
{ }
{
ll = "ls -l";
".." = "cd ..";
}