2013-12-03 14:26:02 +01:00
|
|
|
---
|
|
|
|
contrib/completion/git-completion.zsh | 1 +
|
|
|
|
1 file changed, 1 insertion(+)
|
|
|
|
|
|
|
|
--- a/contrib/completion/git-completion.zsh
|
|
|
|
+++ b/contrib/completion/git-completion.zsh
|
2014-02-24 14:12:01 +01:00
|
|
|
@@ -31,6 +31,7 @@ if [ -z "$script" ]; then
|
2013-12-03 14:26:02 +01:00
|
|
|
local e
|
|
|
|
locations=(
|
2014-02-24 14:12:01 +01:00
|
|
|
$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
|
2013-12-03 14:26:02 +01:00
|
|
|
+ '/etc/bash_completion.d/git.sh' # suse
|
|
|
|
'/etc/bash_completion.d/git' # fedora, old debian
|
|
|
|
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
|
|
|
|
'/usr/share/bash-completion/git' # gentoo
|