free alias updated for human readable.

This commit is contained in:
Kolan Sh 2013-03-26 17:40:26 +04:00
parent a079e571a7
commit 4618454f3b
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ which grc &>/dev/null && {
alias killall="killall --interactive --verbose"
alias free="free -t -m"
alias free="free -t -h"
which git &>/dev/null && alias git="nocorrect git"
which hg &>/dev/null && alias hg="nocorrect hg"