speed-up git prompt

This commit is contained in:
Yax 2021-05-12 08:31:34 +02:00
parent b0c4e3021d
commit d4fe8fd7d8

View file

@ -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