From de5c83056f571582856a90c154985595a77f25db Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 6 Jul 2010 21:30:12 +0200 Subject: Make df alias work with busybox df --- etc/.zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/.zshrc') diff --git a/etc/.zshrc b/etc/.zshrc index 291615b..d769f01 100644 --- a/etc/.zshrc +++ b/etc/.zshrc @@ -268,7 +268,7 @@ alias bzgrep='bzgrep --color=auto' alias zgrep='zgrep --color=auto' -alias df='df -hl --exclude-type=fuse.encfs' +alias df='df -h' alias du='du -shH' -- cgit v1.2.3