update git-prompt theme, disable remote fetching

This commit is contained in:
Jeffrey Paul 2018-10-25 06:28:39 -07:00
parent e6705c0da7
commit 72dd27c3e4
Signed by: sneak
GPG Key ID: 052443F4DF2A55C2
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
BGPPREFIX="$HOME/Library/Homebrew/opt/bash-git-prompt"
if [ -f "$BGPPREFIX/share/gitprompt.sh" ]; then
GIT_PROMPT_THEME=Default
GIT_PROMPT_THEME=Plague_Doctor
GIT_PROMPT_ONLY_IN_REPO=1
GIT_PROMPT_FETCH_REMOTE_STATUS=0
source "$BGPPREFIX/share/gitprompt.sh"
fi