mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-24 16:11:57 +00:00
deinit after p10k configure
to trigger initialization even if POWERLEVEL9K_DISABLE_HOT_RELOAD=true
This commit is contained in:
parent
6767e271cd
commit
702439f386
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue