removed which alias, too many other useful flags to alias

This commit is contained in:
tomit4 2022-05-07 16:51:46 -07:00
parent 258842756e
commit 12616564c6

View file

@ -5,7 +5,6 @@ alias grep='grep --colour=auto'
alias egrep='egrep --colour=auto'
alias fgrep='fgrep --colour=auto'
alias cp="cp -i"
alias which="which -a"
alias df='df -h'
alias free='free -m'
alias dmesg="doas dmesg -H"