wiki/help/linux/bash/basic/alias.md

7 lines
158 B
Markdown
Raw Normal View History

# alias.
to create an alias just follow this sample:
```bash
alias name="action -n"
```
you can also "unbox" alias if you press `Ctrl+Alt+e` after typing it.