diff --git a/custompkg/root/etc/skel/Library/bashrc.d/200.git-prompt.sh b/custompkg/root/etc/skel/Library/bashrc.d/200.git-prompt.sh index d0e2305..b86f96b 100644 --- a/custompkg/root/etc/skel/Library/bashrc.d/200.git-prompt.sh +++ b/custompkg/root/etc/skel/Library/bashrc.d/200.git-prompt.sh @@ -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