We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
g
1 parent 1b9145b commit 307c635Copy full SHA for 307c635
.bash_profile
@@ -33,7 +33,7 @@ elif [ -f /etc/bash_completion ]; then
33
fi;
34
35
# Enable tab completion for `g` by marking it as an alias for `git`
36
-if type _git &> /dev/null && [ -f /usr/local/etc/bash_completion.d/git-completion.bash ]; then
+if type _git &> /dev/null; then
37
complete -o default -o nospace -F _git g;
38
39
0 commit comments