deinit after `p10k configure` to trigger initialization even if POWERLEVEL9K_DISABLE_HOT_RELOAD=true

This commit is contained in:
romkatv 2019-11-06 12:06:10 +01:00
parent 6767e271cd
commit 702439f386
1 changed files with 2 additions and 1 deletions

View File

@ -5866,7 +5866,8 @@ function p10k() {
print -rP -- $__p9k_p10k_configure_usage >&2 print -rP -- $__p9k_p10k_configure_usage >&2
return 1 return 1
fi fi
p9k_configure "$@" p9k_configure "$@" || return
_p9k_deinit
;; ;;
help) help)
local var=__p9k_p10k_$2_usage local var=__p9k_p10k_$2_usage