summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2010-07-06 21:30:12 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2010-07-06 21:30:12 +0200
commitde5c83056f571582856a90c154985595a77f25db (patch)
treeae76a6eeba0f291ab2bae15affccaa023f7cb910
parentd468d0bf4815b32c84fad26b58a386158ae6fab4 (diff)
Make df alias work with busybox df
-rw-r--r--etc/.zshrc2
1 files changed, 1 insertions, 1 deletions
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'