From ee6fa6eea4f69d0b952a7ce9cc52b50392927165 Mon Sep 17 00:00:00 2001 From: staticsafe Date: Tue, 10 Apr 2012 13:08:28 -0400 Subject: [PATCH] forgot something. --- envsetup.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index e80cb08..6beeeb6 100755 --- a/envsetup.sh +++ b/envsetup.sh @@ -51,7 +51,6 @@ installpackages() { changeshell() { if [[ $SHELL == "/usr/bin/zsh" || $SHELL == "/bin/zsh" ]]; then printf '%s\n' "Your default shell is already zsh, continuing." - exec zsh else chsh -s $(which zsh) printf '%s\n' "Default shell changed to zsh, logout and login to see changes"