| title | alias |
|---|---|
| categories | core |
| version | 0.112.0 |
| core | Alias a command (with optional flags) to a new name. |
| usage | Alias a command (with optional flags) to a new name. |
| editLink | false |
| contributors | false |
alias for core
Alias a command (with optional flags) to a new name.
> alias {flags} (name) (initial_value)
name: Name of the alias.initial_value: Equals sign followed by value.
| input | output |
|---|---|
| nothing | nothing |
Alias ll to ls -l.
> alias ll = ls -l
This command is a parser keyword. For details, check: https://www.nushell.sh/book/thinking_in_nu.html