aboutsummaryrefslogtreecommitdiff
path: root/internal
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2020-04-05 18:29:01 +0300
committerromkatv <roman.perepelitsa@gmail.com>2020-04-05 18:29:01 +0300
commitfda14e93d2cbe67591156678983176340f05410b (patch)
tree676dca1c8d58c0202472016524e523b209a4a805 /internal
parentddc47993a23b417c600020a35d7f4105e9048bff (diff)
ignore POWERLEVEL9K_CONFIG_FILE when deciding whether to start wizard
Diffstat (limited to 'internal')
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index b1ccbe12..7f2f43f8 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -6300,7 +6300,7 @@ _p9k_precmd_impl() {
local -i instant_prompt_disabled
if (( !__p9k_configured )); then
__p9k_configured=1
- if [[ "${parameters[(I)POWERLEVEL9K_*]}" == (POWERLEVEL9K_MODE|) ]]; then
+ if [[ "${parameters[(I)POWERLEVEL9K_*]} " == (POWERLEVEL9K_MODE |POWERLEVEL9K_CONFIG_FILE )# ]]; then
_p9k_can_configure -q
case $? in
0)