mirror of
https://github.com/dockersrc/ubuntu
synced 2024-11-22 05:23:06 -05:00
ade1cd2782
rootfs/etc/
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'
|