Fix 'du' flag
This commit is contained in:
parent
4638e90a7d
commit
6f7ccc7254
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ alias chgrp='chgrp --preserve-root'
|
||||||
## adding flags
|
## adding flags
|
||||||
alias df='df --human-readable'
|
alias df='df --human-readable'
|
||||||
alias free='free --human'
|
alias free='free --human'
|
||||||
alias du='du --human-readable --depth 2'
|
alias du='du --human-readable --max-depth 2'
|
||||||
alias wget='wget --continue'
|
alias wget='wget --continue'
|
||||||
|
|
||||||
## color and condense ip output
|
## color and condense ip output
|
||||||
|
|
Loading…
Add table
Reference in a new issue