Bash: Change TERM when using ZSH

This commit is contained in:
Salt 2017-09-08 02:10:14 +00:00
parent 4b64a712c7
commit d2144b5784

View File

@ -9,6 +9,7 @@
# Sometimes you can't change your shell. Sometimes you have to implement hacky # Sometimes you can't change your shell. Sometimes you have to implement hacky
# workarounds # workarounds
if [ -f ~/.bash-to-zsh ]; then if [ -f ~/.bash-to-zsh ]; then
export SHELL=$(which zsh)
exec zsh exec zsh
fi fi