From eabcbccf780253ace79d37e5c5f00e091495364a Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Sun, 5 Oct 2014 20:44:28 +0900 Subject: [PATCH] shrc: Add new git-prompt.sh candidate --- shrc | 1 + 1 file changed, 1 insertion(+) diff --git a/shrc b/shrc index 7525296..b16f74e 100755 --- a/shrc +++ b/shrc @@ -1120,6 +1120,7 @@ __my_ps1_moc(){ } for f in /usr/share/git/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 \ /opt/local/share/git-core/git-prompt.sh \