mirror of
https://github.com/neoromantique/dotfiles.git
synced 2026-03-13 21:53:20 +03:00
Update .bashrc
This commit is contained in:
2
.bashrc
2
.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
|
||||
|
||||
Reference in New Issue
Block a user