diff --git a/bashrc b/bashrc index b015bd8..3296f53 100755 --- a/bashrc +++ b/bashrc @@ -720,6 +720,7 @@ __my_ps1_moc(){ } for f in /usr/share/git/git-prompt.sh \ + /opt/local/share/git-core/git-prompt.sh \ /opt/local/share/doc/git-core/contrib/completion/git-prompt.sh do test -r $f && . $f && break