From 630dae4963e5048deeae6aa16bb113295c51f7b6 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Thu, 1 Jul 2010 18:42:25 +0200 Subject: Use POSIXly correct option for du --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc') 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' -- cgit v1.2.3