mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-22 17:23:07 -05:00
6 lines
106 B
Bash
6 lines
106 B
Bash
|
alias q='exit'
|
||
|
alias c='clear'
|
||
|
alias quit='exit'
|
||
|
alias ls='ls -lhA --color'
|
||
|
alias grep='grep -s --color'
|