diff --git a/.config/oh-my-zsh/aliases.zsh b/.config/oh-my-zsh/aliases.zsh index 0a23c87..0c8da40 100644 --- a/.config/oh-my-zsh/aliases.zsh +++ b/.config/oh-my-zsh/aliases.zsh @@ -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