summaryrefslogtreecommitdiff
path: root/etc/.zshrc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-01 18:42:25 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-01 18:42:25 +0200
commit630dae4963e5048deeae6aa16bb113295c51f7b6 (patch)
tree12eed6095ffe404f255022a9a414fc8ab5229a2b /etc/.zshrc
parent440bd162d58da5ef6516f1329a92495302ae9399 (diff)
Use POSIXly correct option for du
Diffstat (limited to 'etc/.zshrc')
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/.zshrc b/etc/.zshrc
index 846e1e1..291615b 100644
--- a/etc/.zshrc
+++ b/etc/.zshrc
@@ -270,7 +270,7 @@ alias zgrep='zgrep --color=auto'
alias df='df -hl --exclude-type=fuse.encfs'
-alias du='du -shD'
+alias du='du -shH'
alias ls='ls -h --color=auto'