aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-10-28 19:58:05 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-10-28 19:58:05 +0300
commitaf703932b3b9279f2c6a5b8e6ec4d000fdbef429 (patch)
tree82fdc3d900238ec9bf204de23a2a5d2b2366ab2f /internal
parent4e3953566fcef3c3b572807e6e25dfd215b8d1f8 (diff)
highlight the default suggestion when asking about instant prompt
Diffstat (limited to 'internal')
-rwxr-xr-xinternal/wizard.zsh4
1 files changed, 2 insertions, 2 deletions
diff --git a/internal/wizard.zsh b/internal/wizard.zsh
index 8a530440..a8382eef 100755
--- a/internal/wizard.zsh
+++ b/internal/wizard.zsh
@@ -1238,8 +1238,8 @@ function ask_instant_prompt() {
understood the documentation linked above.
print -n $nl
flowing +c -i 5 "%B(3) Verbose.%b" Enable instant prompt and %Bprint a warning%b when \
- detecting console output during zsh initialization. Choose this if you\'ve never tried \
- instant prompt, haven\'t seen the warning, or if you are unsure what this all means.
+ detecting console output during zsh initialization. %BChoose this if you\'ve never tried \
+ instant prompt, haven\'t seen the warning, or if you are unsure what this all means%b.
print -P ""
print -P "(r) Restart from the beginning."
print -P "(q) Quit and do nothing."