Fix 'du' flag

This commit is contained in:
histalek 2021-08-17 11:48:42 +02:00
parent 4638e90a7d
commit 6f7ccc7254
No known key found for this signature in database
GPG key ID: ED1D6449704FDE03

View file

@ -40,7 +40,7 @@ alias chgrp='chgrp --preserve-root'
## adding flags
alias df='df --human-readable'
alias free='free --human'
alias du='du --human-readable --depth 2'
alias du='du --human-readable --max-depth 2'
alias wget='wget --continue'
## color and condense ip output