Add message for existing zsh shell users

This commit is contained in:
alvinlollo
2026-02-20 16:18:22 +11:00
committed by GitHub
parent 66b25a0daa
commit c56cf4b6c9
+1
View File
@@ -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