Skip to content

Commit

Permalink
fix link to git completion
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Thomas committed Sep 2, 2015
1 parent 17326b4 commit c3cc4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git/completion.sh
@@ -1,7 +1,7 @@
# Uses git's autocompletion for inner commands. Assumes an install of git's
# bash `git-completion` script at $completion below (this is where Homebrew
# tosses it, at least).
completion=/usr/local/etc/bash_completion.d/git-completion.bash
completion='$(brew --prefix)/share/zsh/site-functions/_git'

if test -f $completion
then
Expand Down

0 comments on commit c3cc4b0

Please sign in to comment.