From 702439f386579836a779515052f1d81f52a29725 Mon Sep 17 00:00:00 2001 From: romkatv Date: Wed, 6 Nov 2019 12:06:10 +0100 Subject: [PATCH] deinit after `p10k configure` to trigger initialization even if POWERLEVEL9K_DISABLE_HOT_RELOAD=true --- internal/p10k.zsh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index e64a1d1f..4cc04af2 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -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