Updating which script is used for git-completion
This commit is contained in:
@@ -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
|
if test -f $completion; then
|
||||||
source $completion
|
source $completion
|
||||||
|
|||||||
Reference in New Issue
Block a user