From 88075162abc4b88992c9e289a70130d1d001201e Mon Sep 17 00:00:00 2001 From: Brian Liotti Date: Sat, 26 Oct 2024 01:27:17 -0400 Subject: [PATCH] Update install.sh --- static/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/static/install.sh b/static/install.sh index 0f38d74..ae12dcf 100644 --- a/static/install.sh +++ b/static/install.sh @@ -94,5 +94,7 @@ if [ "$SHELL" != "$(which zsh)" ]; then echo "Default shell changed to Zsh. Please restart your terminal or log out and log back in." fi +set +v + # Prompt the user to switch to Zsh manually echo "Installation complete! Please run 'zsh' to switch to Zsh and load your updated configuration."