aboutsummaryrefslogtreecommitdiff
path: root/internal/wizard.zsh
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-12-17 21:44:15 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-12-17 21:44:15 +0300
commit16bb3104ca4e46e692f8e93c7c0a192b023c9b9f (patch)
tree831fa4eedabe2506d5f481629c33f8a1faafd91f /internal/wizard.zsh
parent553bf08a74aa77d9810743c2b52d5a331066317c (diff)
typo
Diffstat (limited to 'internal/wizard.zsh')
-rwxr-xr-xinternal/wizard.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 857e111c..ceba1b30 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -355,7 +355,7 @@ function install_font() {
flowing +c -i 5 " 2. Open %BiTerm2%b."
print -P ""
local key=
- read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b" || quit -c
+ read -k key${(%):-"?%BWill you restart iTerm2 before proceeding? [yN]: %b"} || quit -c
[[ $key = (y|Y) ]] && exit 69
print -P ""
print -P "It's important to %Brestart iTerm2%b for the changes to take effect."