Manlio Perillo <manlio.peri...@gmail.com> writes:

> I have the same system, but I can't reproduce the problem.
> What is the content of your .zshrc file?

I could reproduce with ~/.zshrc containing just:

----------------------------------------------
fpath=(${HOME}/usr/etc/zsh ${fpath})

autoload -Uz compinit
compinit

eval "`dircolors`"
zstyle ':completion:*' list-colors ${(s.:.)LS_COLORS}
----------------------------------------------

${HOME}/usr/etc/zsh contains two links _git and git-completion.bash
pointing to Git's completion scripts in contrib/.

Removing any line aboves removes the segmentation fault.

-- 
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 majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to