exec cd function, so on new splits venv etc are sourced
This commit is contained in:
parent
94501c56a8
commit
b1f514f22f
2 changed files with 2 additions and 1 deletions
|
@ -36,3 +36,5 @@ function cdd
|
||||||
cd +$1
|
cd +$1
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
cd $PWD
|
||||||
|
|
|
@ -3,7 +3,6 @@ setupmac() {
|
||||||
defaults write -g InitialKeyRepeat -int 12
|
defaults write -g InitialKeyRepeat -int 12
|
||||||
defaults write -g KeyRepeat -int 1
|
defaults write -g KeyRepeat -int 1
|
||||||
defaults write com.apple.Dock autohide-delay -float 0
|
defaults write com.apple.Dock autohide-delay -float 0
|
||||||
defaults write -g com.apple.mouse.scaling -integer -1
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function disable_hot_corners(){
|
function disable_hot_corners(){
|
||||||
|
|
Loading…
Reference in a new issue