This commit is contained in:
Salt 2017-09-07 23:23:20 -05:00
commit 095c7d8185

View File

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