diff options
-rw-r--r-- | %HOME%/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/%HOME%/.bashrc b/%HOME%/.bashrc index 4399d4c..1eb29de 100644 --- a/%HOME%/.bashrc +++ b/%HOME%/.bashrc @@ -18,6 +18,7 @@ alias sudo='sudo ' alias df='df --human-readable' alias du='du --human-readable' +alias free='free --human' alias egrep='egrep --color=auto' alias fgrep='fgrep --color=auto' |