From 781fd45d4c93502fced7b9a02c78523e6b4173c8 Mon Sep 17 00:00:00 2001 From: Rodolphe Breard Date: Thu, 6 Aug 2015 20:12:10 +0200 Subject: [PATCH] Adding "du" alias. --- .zshrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.zshrc b/.zshrc index 64344fe..8d32da3 100644 --- a/.zshrc +++ b/.zshrc @@ -64,6 +64,7 @@ alias grep='grep -n --color=auto' alias j='jobs' alias ne='emacs' alias df='df -h' +alias du='du -ch' alias weechat='TERM=screen-256color weechat' alias lock='xscreensaver-command --lock' hash htop 2>/dev/null && alias top='TERM=screen-256color htop'