diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-06 21:30:12 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2010-07-06 21:30:12 +0200 |
commit | de5c83056f571582856a90c154985595a77f25db (patch) | |
tree | ae76a6eeba0f291ab2bae15affccaa023f7cb910 | |
parent | d468d0bf4815b32c84fad26b58a386158ae6fab4 (diff) |
Make df alias work with busybox df
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |