tweak git prompt

This commit is contained in:
Yax 2021-04-30 15:34:12 +02:00
parent da4233b3b1
commit 2b11b86564
2 changed files with 14 additions and 0 deletions

View file

@ -73,6 +73,7 @@ else
if [ -f "$HOME/.bash-git-prompt/gitprompt.sh" ]; then
GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_THEME=Solarized_Yax
source $HOME/.bash-git-prompt/gitprompt.sh
fi
fi