Updating which script is used for git-completion

This commit is contained in:
Nick Nisi
2013-01-07 19:27:12 -06:00
parent 43d51d674d
commit a80c5a4ccd

View File

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