enable instant prompt when configuration wizard runs
This commit is contained in:
parent
32f363a1b1
commit
4f02ad912f
5 changed files with 127 additions and 34 deletions
|
@ -812,6 +812,9 @@
|
|||
# User-defined prompt segments can be customized the same way as built-in segments.
|
||||
typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208
|
||||
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[@]}
|
||||
|
|
|
@ -792,6 +792,9 @@
|
|||
# User-defined prompt segments can be customized the same way as built-in segments.
|
||||
typeset -g POWERLEVEL9K_EXAMPLE_FOREGROUND=208
|
||||
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[@]}
|
||||
|
|
|
@ -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[@]}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue