From 1e45261ca8b84866abc2c2b6ed5c0c1062d2159c Mon Sep 17 00:00:00 2001 From: neo Date: Fri, 24 Aug 2018 18:48:59 +0300 Subject: [PATCH] Update .bashrc --- .bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.bashrc b/.bashrc index 295e111..e3f18fb 100644 --- a/.bashrc +++ b/.bashrc @@ -54,6 +54,8 @@ alias checkout='git checkout' alias master='git checkout master' alias blame='git log --graph --pretty=oneline --abbrev-commit' +alias du="ncdu --color dark -rr -x --exclude .git --exclude node_modules" + #Automatically do an ls after each cd cd() { if [ -n "$1" ]; then