summaryrefslogtreecommitdiff
path: root/tools/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/install.sh')
-rwxr-xr-xtools/install.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/tools/install.sh b/tools/install.sh
index b479dc803..2d2936531 100755
--- a/tools/install.sh
+++ b/tools/install.sh
@@ -219,6 +219,11 @@ main() {
EOF
printf "$RESET"
+ if [ ! -t 0 ]; then
+ echo "${YELLOW}Run zsh to try it out.${RESET}"
+ exit
+ fi
+
exec zsh -l
}