ubuntu/rootfs/etc/profile.d/aliases.sh

6 lines
106 B
Bash
Raw Normal View History

alias q='exit'
alias c='clear'
alias quit='exit'
alias ls='ls -lhA --color'
alias grep='grep -s --color'