[zsh] add alias with human readable file sizes for free

This commit is contained in:
Dmytro Meleshko 2019-05-29 11:36:37 +03:00
parent ef5f4042e1
commit 97afe65b38
1 changed files with 1 additions and 0 deletions

View File

@ -48,5 +48,6 @@ alias chown='chown -v'
# print file sizes in human readable format
alias du='du -h'
alias df='df -h'
alias free='free -h'
alias apt-get="echo -e \"use 'apt' instead of 'apt-get'\nif you really want to use 'apt-get', type '"'\\\\'"apt-get'\" #"