Update .bashrc

This commit is contained in:
neo
2018-08-24 18:48:59 +03:00
committed by GitHub
parent 1715bf47f1
commit 1e45261ca8

View File

@@ -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