Felipe Contreras <felipe.contreras@xxxxxxxxx> writes: > +ZSH_VERSION='' . /usr/share/git/completion/git-completion.bash Probably stating the obvious, but this path shouldn't be hardcoded. Something along the lines of ZSH_VERSION='' . $(dirname ${funcsourcetrace[1]%:*})/git-completion.bash should do it (mostly untested, and written by a non-ZSH expert). -- Matthieu Moy http://www-verimag.imag.fr/~moy/ -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html