|
|
@ -146,8 +146,13 @@ 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' |
|
|
|
if [[ "$OSTYPE" == darwin*|*bsd* ]]; then |
|
|
|
alias topm='top -o vsize' |
|
|
|
alias topc='top -o cpu' |
|
|
|
|
|
|
|
alias topm='top -o vsize' |
|
|
|
|
|
|
|
else |
|
|
|
|
|
|
|
alias topc='top -o %CPU' |
|
|
|
|
|
|
|
alias topm='top -o %MEM' |
|
|
|
|
|
|
|
fi |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
# Miscellaneous |
|
|
|
# Miscellaneous |
|
|
|