Force disk utilities to be human readable
Because I'm a human for shit's sake!
This commit is contained in:
parent
12ffaa65ec
commit
77f5f72b08
1 changed files with 4 additions and 0 deletions
4
aliases
4
aliases
|
@ -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}"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue