update git-prompt theme, disable remote fetching
This commit is contained in:
parent
e6705c0da7
commit
72dd27c3e4
|
@ -1,7 +1,8 @@
|
||||||
BGPPREFIX="$HOME/Library/Homebrew/opt/bash-git-prompt"
|
BGPPREFIX="$HOME/Library/Homebrew/opt/bash-git-prompt"
|
||||||
|
|
||||||
if [ -f "$BGPPREFIX/share/gitprompt.sh" ]; then
|
if [ -f "$BGPPREFIX/share/gitprompt.sh" ]; then
|
||||||
GIT_PROMPT_THEME=Default
|
GIT_PROMPT_THEME=Plague_Doctor
|
||||||
GIT_PROMPT_ONLY_IN_REPO=1
|
GIT_PROMPT_ONLY_IN_REPO=1
|
||||||
|
GIT_PROMPT_FETCH_REMOTE_STATUS=0
|
||||||
source "$BGPPREFIX/share/gitprompt.sh"
|
source "$BGPPREFIX/share/gitprompt.sh"
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue