diff --git a/.bin/.bashrc-global b/.bin/.bashrc-global index 08ea6da8..95c25933 100644 --- a/.bin/.bashrc-global +++ b/.bin/.bashrc-global @@ -9,6 +9,7 @@ # Sometimes you can't change your shell. Sometimes you have to implement hacky # workarounds if [ -f ~/.bash-to-zsh ]; then + export SHELL=$(which zsh) exec zsh fi