Added alias to display top 10 programs sorted by memory usage.

This commit is contained in:
staticsafe 2012-01-09 13:46:18 -05:00
parent 4f03279625
commit 439ab65f57
1 changed files with 2 additions and 1 deletions

3
.zshrc
View File

@ -23,4 +23,5 @@ setopt inc_append_history
alias rmdir='rm -r'
alias sl='ls'
alias octalperm="stat -c '%A %a %n' *"
alias myip="wget -qO- ifconfig.me/ip"
alias myip="wget -qO- ifconfig.me/ip"
alias memoryhog="ps aux | sort -nk +4 | tail"