Fixed topc and topm aliases
This commit is contained in:
parent
d43bcb9720
commit
cf9d12a7c9
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue