diff options
-rw-r--r-- | etc/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' |
index : zsh | ||
Personal zsh configuration | derf |
summaryrefslogtreecommitdiff |
-rw-r--r-- | etc/.zshrc | 2 |
@@ -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' |