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
|
if (( $+commands[htop] )); then
|
||||||
alias top=htop
|
alias top=htop
|
||||||
else
|
else
|
||||||
alias topc='top -o cpu'
|
alias topc='top -o %CPU'
|
||||||
alias topm='top -o vsize'
|
alias topm='top -o %MEM'
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Miscellaneous
|
# Miscellaneous
|
||||||
|
|
Loading…
Add table
Reference in a new issue