diff options
author | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 17:40:51 +0300 |
---|---|---|
committer | romkatv <roman.perepelitsa@gmail.com> | 2019-10-20 17:40:51 +0300 |
commit | 4f02ad912f777a3f2637d4cf802c43b85a396926 (patch) | |
tree | 45efa1ce9d9f64029d5f42dc6c1e2fd9d3f83d44 /config/p10k-rainbow.zsh | |
parent | 32f363a1b14616715a183a0eb06c83054ec0cdc8 (diff) |
enable instant prompt when configuration wizard runs
Diffstat (limited to 'config/p10k-rainbow.zsh')
-rw-r--r-- | config/p10k-rainbow.zsh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/p10k-rainbow.zsh b/config/p10k-rainbow.zsh index 49f6ffba..a7cefe91 100644 --- a/config/p10k-rainbow.zsh +++ b/config/p10k-rainbow.zsh @@ -838,6 +838,9 @@ # User-defined prompt segments can be customized the same way as built-in segments. # typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=4 typeset -g POWERLEVEL9K_EXAMPLE_VISUAL_IDENTIFIER_EXPANSION='${P9K_VISUAL_IDENTIFIER}' + + # When instant prompt is disabled, prompt won't appear until zsh is fully initialized. + # typeset -g POWERLEVEL9K_DISABLE_INSTANT_PROMPT=true } (( ${#p10k_config_opts} )) && setopt ${p10k_config_opts[@]} |