From d2144b57848b2776c3981229d951eff5b6f5aaf9 Mon Sep 17 00:00:00 2001 From: salt Date: Fri, 8 Sep 2017 02:10:14 +0000 Subject: [PATCH] Bash: Change TERM when using ZSH --- .bin/.bashrc-global | 1 + 1 file changed, 1 insertion(+) 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