alias
for core
Alias a command (with optional flags) to a new name.
Signature
> alias (name) (initial_value)
Parameters
name
: name of the aliasinitial_value
: equals sign followed by value
Input/output types:
input | output |
---|---|
nothing | nothing |
Examples
Alias ll to ls -l
> alias ll = ls -l
Notes
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html