aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-12-17 21:47:58 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-12-17 21:47:58 +0300
commit53a3fa92f1346b75a76becf43858de1098bf3970 (patch)
tree07916a0bd8b6e57373d2746c8302f9997f9f210d /internal/wizard.zsh
parent16bb3104ca4e46e692f8e93c7c0a192b023c9b9f (diff)
more empty lines
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh7
1 files changed, 6 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index ceba1b30..dde6386d 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -356,7 +356,12 @@ function install_font() {
print -P ""
local key=
read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c
- [[ $key = (y|Y) ]] && exit 69
+ if [[ $key = (y|Y) ]]; then
+ print -P ""
+ print -P ""
+ exit 69
+ fi
+ print -P ""
print -P ""
print -P "It's important to %Brestart iTerm2%b for the changes to take effect."
print -P ""