diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-05 06:50:53 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2017-01-05 06:50:53 +0300 |
commit | 9535c631d60a9a16784264f0a1b557b4a373d5cb (patch) | |
tree | c6837757a483b1977e648f74a1e70f20755e96da | |
parent | update & export PS1 (diff) | |
download | linux-home-9535c631d60a9a16784264f0a1b557b4a373d5cb.tar.gz linux-home-9535c631d60a9a16784264f0a1b557b4a373d5cb.zip |
free: --human
-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' |