mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +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
|
||||
return 1
|
||||
fi
|
||||
p9k_configure "$@"
|
||||
p9k_configure "$@" || return
|
||||
_p9k_deinit
|
||||
;;
|
||||
help)
|
||||
local var=__p9k_p10k_$2_usage
|
||||
|
|
Loading…
Reference in a new issue