summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:56:29 +0200
committerDaniel Friesel <derf@derf.homelinux.org>2008-06-01 16:56:29 +0200
commit7486620dec597cded349331d412d560144e9ad4e (patch)
treed066a08f807b094d23ec85fd42dc71cb929cf267 /etc
parent25bc9f8e53a4c4b8dc6b8fafa91f469e8d642ceb (diff)
etc/default: du: Added --dereference-args
Diffstat (limited to 'etc')
-rw-r--r--etc/alias/default2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/alias/default b/etc/alias/default
index eddb57e..637786c 100644
--- a/etc/alias/default
+++ b/etc/alias/default
@@ -7,7 +7,7 @@ alias cp='cp -i'
# The free/used/total space of encfs type filesystems is broken here
[ $uname = Linux ] && alias df='df --human-readable --local --exclude-type=fuse.encfs' || alias df='df -hl'
-[ $uname = Linux ] && alias du='du --human-readable --summarize' || alias du='du -sh'
+[ $uname = Linux ] && alias du='du --human-readable --summarize --dereference-args' || alias du='du -sh'
alias feh='feh --quiet'