From d4fe8fd7d80f50e266133c0c02b5ec77319f5bef Mon Sep 17 00:00:00 2001 From: Yax <1949284+kianby@users.noreply.github.com> Date: Wed, 12 May 2021 08:31:34 +0200 Subject: [PATCH] speed-up git prompt --- dot_bashrc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dot_bashrc b/dot_bashrc index 59ff1f2..978c951 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -73,6 +73,8 @@ else if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then GIT_PROMPT_ONLY_IN_REPO=1 + GIT_PROMPT_IGNORE_SUBMODULES=1 + GIT_PROMPT_WITH_VIRTUAL_ENV=0 GIT_PROMPT_THEME=Solarized_Yax source $HOME/.bash-git-prompt/gitprompt.sh fi