alias

Create command shortcuts

← All commands

Common Examples

$ alias ll="ls -la"
$ alias gs="git status"
$ unalias ll
$ alias (list all)