Browse Source

add git-prompt.sh path for macports update

pull/1/head
10sr 11 years ago
parent
commit
bd3aebccfd
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      bashrc

+ 1
- 0
bashrc View File

@@ -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


Loading…
Cancel
Save