free alias updated for human readable.
This commit is contained in:
parent
a079e571a7
commit
4618454f3b
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue