osx/custompkg/root/etc/skel/Library/bashrc.d/200.git-prompt.sh

8 lines
203 B
Bash
Raw Normal View History

BGPPREFIX="$HOME/Library/Homebrew/opt/bash-git-prompt"
if [ -f "$BGPPREFIX/share/gitprompt.sh" ]; then
2016-10-08 00:37:22 +00:00
GIT_PROMPT_THEME=Default
GIT_PROMPT_ONLY_IN_REPO=1
source "$BGPPREFIX/share/gitprompt.sh"
2016-10-08 00:37:22 +00:00
fi