aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorromkatv <roman.perepelitsa@gmail.com>2019-11-11 13:54:07 +0300
committerromkatv <roman.perepelitsa@gmail.com>2019-11-11 13:54:07 +0300
commit3d6a899338595aef16f0eb9b5adc81dc88b252cf (patch)
treeb8f4ef6a64d8bef26c9a723b55d7d7ea3e05d7f8
parenta1d2c96605d2634c0f886f959239697db50dfc42 (diff)
reduce POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS from 50 to 20 ms
-rw-r--r--internal/p10k.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/p10k.zsh b/internal/p10k.zsh
index 82e2da5e..bc8dd1fd 100644
--- a/internal/p10k.zsh
+++ b/internal/p10k.zsh
@@ -4806,7 +4806,7 @@ _p9k_init_params() {
_p9k_declare -a POWERLEVEL9K_VCS_SVN_HOOKS -- vcs-detect-changes svn-detect-changes
# If it takes longer than this to fetch git repo status, display the prompt with a greyed out
# vcs segment and fix it asynchronously when the results come it.
- _p9k_declare -F POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS 0.05
+ _p9k_declare -F POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS 0.02
_p9k_declare -a POWERLEVEL9K_VCS_BACKENDS -- git
_p9k_declare -b POWERLEVEL9K_VCS_DISABLE_GITSTATUS_FORMATTING 0
_p9k_declare -i POWERLEVEL9K_VCS_MAX_INDEX_SIZE_DIRTY -1