zsh: Add flags for du
This changes the output to be human-readable. Additionally du will now only check 2 levels deep (can be overridden by explicitly setting `-d <depth>`).
This commit is contained in:
parent
638712aeb0
commit
b86457a641
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ alias rm='rm -i'
|
||||||
## adding flags
|
## adding flags
|
||||||
alias df='df -h'
|
alias df='df -h'
|
||||||
alias free='free -m'
|
alias free='free -m'
|
||||||
|
alias du='du -h -d 2'
|
||||||
|
|
||||||
## color and condense ip output
|
## color and condense ip output
|
||||||
alias ipa='ip -br -c addr show'
|
alias ipa='ip -br -c addr show'
|
||||||
|
|
Loading…
Add table
Reference in a new issue