Force disk utilities to be human readable

Because I'm a human for shit's sake!
This commit is contained in:
Josh Sherman 2018-10-30 10:20:54 -05:00
parent 12ffaa65ec
commit 77f5f72b08
No known key found for this signature in database
GPG key ID: 55B058A80530EF22

View file

@ -16,6 +16,10 @@ else
alias open='xdg-open'
fi
# Disk utility aliases
alias df='df -h'
alias du='du -h'
# Colorize output and some exclusions
alias grep="grep --color=auto --exclude-dir={.git,artwork,node_modules,vendor}"