aboutsummaryrefslogtreecommitdiff
path: root/internal/p10k.zsh
diff options
context:
space:
mode:
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r--internal/p10k.zsh6
1 files changed, 1 insertions, 5 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index f8cfbb89..2576b887 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4220,11 +4220,7 @@ _p9k_precmd_impl() {
case $? in
0)
(
- local p=("${(@)parameters[(I)AWESOME_*|CODEPOINT_*]}")
- if (( $#p )); then
- typeset -x -- "$p"
- fi
- "$__p9k_root_dir"/internal/wizard.zsh -d "$__p9k_root_dir"
+ source "$__p9k_root_dir"/internal/wizard.zsh
)
if (( $? )); then
instant_prompt_disabled=1