diff options
Diffstat (limited to 'internal/p10k.zsh')
-rw-r--r-- | internal/p10k.zsh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |