mirror of
https://github.com/dockersrc/ubuntu
synced 2025-10-15 02:02:22 -04: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'
|