mirror of
https://github.com/nushell/nushell.git
synced 2025-08-10 03:48:04 +02:00
@ -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