From 991e73149e5a748d170715637c2b099bf87e5325 Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 2 Jun 2016 01:58:17 +0900 Subject: [PATCH] Add git-prompt path for hoembrew --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 3dc8cea..4717b69 100755 --- a/shrc +++ b/shrc @@ -1051,6 +1051,7 @@ __my_ps1_moc(){ for f in /usr/share/git/git-prompt.sh \ /Applications/Xcode.app/Contents/Developer/usr/share/git-core/git-prompt.sh \ /usr/local/opt/bash-git-prompt/share/gitprompt.sh \ + "`brew --prefix 2>/dev/null`"/etc/bash_completion.d/git-prompt.sh \ /usr/share/git-core/contrib/completion/git-prompt.sh \ /usr/local/share/git-core/contrib/completion/git-prompt.sh \ /etc/bash_completion.d/git-prompt \