Fixed topc and topm aliases

This commit is contained in:
Chirag Jain 2015-01-20 00:20:19 +05:30
parent d43bcb9720
commit cf9d12a7c9

View file

@ -146,8 +146,8 @@ alias du='du -kh'
if (( $+commands[htop] )); then
alias top=htop
else
alias topc='top -o cpu'
alias topm='top -o vsize'
alias topc='top -o %CPU'
alias topm='top -o %MEM'
fi
# Miscellaneous