diff options
author | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-15 13:05:31 +0300 |
---|---|---|
committer | Roman Perepelitsa <roman.perepelitsa@gmail.com> | 2020-11-15 13:05:31 +0300 |
commit | 09be56bb532d61420c6eb2292874fcd00246a15f (patch) | |
tree | a00c005dc33518ad6284594f84e5f448ec5c5688 /internal | |
parent | f8ae544e6eca57177e471a08d076558e46060084 (diff) |
fix a bug introduced in 8488f7c (#1107)
Diffstat (limited to 'internal')
-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 |