SyntaxFix
Write A Post
Hire A Developer
Questions
this works in OS 10.8 in the .bash_profile
if [ -f ~/.git-prompt.sh ]; then source ~/.git-prompt.sh export PS1='YOURNAME[\W]$(__git_ps1 "(%s)"): ' fi