diff options
Diffstat (limited to 'etc')
-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' |