Skip to content

Commit

Permalink
Merge pull request ohmyzsh#3759 from mikeokner/master
Browse files Browse the repository at this point in the history
Adding quotes to git completion discovery path
  • Loading branch information
robbyrussell committed Jun 15, 2015
2 parents 04c301b + 3d670c0 commit ea5ff03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gitfast/_git
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ if [ -z "$script" ]; then
local -a locations
local e
locations=(
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
"$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash"
'/etc/bash_completion.d/git' # fedora, old debian
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
'/usr/share/bash-completion/git' # gentoo
Expand Down

0 comments on commit ea5ff03

Please sign in to comment.