From 09be56bb532d61420c6eb2292874fcd00246a15f Mon Sep 17 00:00:00 2001 From: Roman Perepelitsa Date: Sun, 15 Nov 2020 11:05:31 +0100 Subject: [PATCH] fix a bug introduced in 8488f7c (#1107) --- internal/p10k.zsh | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/p10k.zsh b/internal/p10k.zsh index 78b3b3fb..f1534e7f 100644 --- a/internal/p10k.zsh +++ b/internal/p10k.zsh @@ -6634,6 +6634,7 @@ _p9k_precmd_impl() { local -F start_time=EPOCHREALTIME unset _p9k__vcs unset _p9k__vcs_timeout + local -i _p9k__vcs_called _p9k_vcs_gitstatus local -i fast_vcs=1 fi