Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Ohmyzsh
Commits
ea5ff03b
Commit
ea5ff03b
authored
Jun 14, 2015
by
Robby Russell
Browse files
Merge pull request #3759 from mikeokner/master
Adding quotes to git completion discovery path
parents
04c301bb
3d670c0b
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/gitfast/_git
View file @
ea5ff03b
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment