forked from extern/nushell
@ -15,3 +15,10 @@ Alias a command (with optional flags) to a new name
|
||||
- `name`: name of the alias
|
||||
- `initial_value`: equals sign followed by value
|
||||
|
||||
## Examples
|
||||
|
||||
Alias ll to ls -l
|
||||
```shell
|
||||
> alias ll = ls -l
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user