From 3d6a899338595aef16f0eb9b5adc81dc88b252cf Mon Sep 17 00:00:00 2001 From: romkatv Date: Mon, 11 Nov 2019 11:54:07 +0100 Subject: [PATCH] reduce POWERLEVEL9K_VCS_MAX_SYNC_LATENCY_SECONDS from 50 to 20 ms --- internal/p10k.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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