disable p10k instant prompt

This commit is contained in:
陈浩南 2023-07-29 13:29:36 +08:00
parent 2f1ee658d1
commit b5e5136d12

View File

@ -47,6 +47,7 @@ inputs:
initExtraBeforeCompInit = stripeTabs
''
# p10k instant prompt
typeset -g POWERLEVEL9K_INSTANT_PROMPT=off
P10K_INSTANT_PROMPT="$XDG_CACHE_HOME/p10k-instant-prompt-''${(%):-%n}.zsh"
[[ ! -r "$P10K_INSTANT_PROMPT" ]] || source "$P10K_INSTANT_PROMPT"