exec cd function, so on new splits venv etc are sourced

This commit is contained in:
Piotr Domański 2024-02-23 14:49:21 +01:00
parent 94501c56a8
commit b1f514f22f
2 changed files with 2 additions and 1 deletions

View file

@ -36,3 +36,5 @@ function cdd
cd +$1 cd +$1
fi fi
} }
cd $PWD

View file

@ -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(){