From c56cf4b6c94a940a1c238c23837dadc91a00cf75 Mon Sep 17 00:00:00 2001 From: alvinlollo <143326475+alvinlollo@users.noreply.github.com> Date: Fri, 20 Feb 2026 16:18:22 +1100 Subject: [PATCH] Add message for existing zsh shell users --- zsh.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/zsh.sh b/zsh.sh index 7263ed0..a626071 100755 --- a/zsh.sh +++ b/zsh.sh @@ -102,6 +102,7 @@ set +x # If this user's login shell is already "zsh", do not attempt to switch. if [ "$(basename -- "$SHELL")" = "zsh" ]; then + echo "You already have zsh as the default shell" echo "Successfully installed zsh configuration" exit 0 # Exit as success fi