From a80c5a4ccd3231697a7e4251e4a64ff77b105daa Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Mon, 7 Jan 2013 19:27:12 -0600 Subject: [PATCH] Updating which script is used for git-completion --- git/completion.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/git/completion.sh b/git/completion.sh index 147c1c7..4630c28 100644 --- a/git/completion.sh +++ b/git/completion.sh @@ -1,4 +1,5 @@ -completion=/usr/local/etc/bash_completion.d/git-completion.bash +# this is specific to the location of the current version of git, installed by homebrew +completion=/usr/local/Cellar/git/1.8.0.1/etc/bash_completion.d/git-completion.bash if test -f $completion; then source $completion