Comment 4 for bug 305346

Revision history for this message
Daniel Hahler (blueyed) wrote :

This is probably caused by you setting up / changing run-help in your ~/.zshrc.
Can you confirm this?

I suggest using the following fix instead of your proposed patch:
unalias run-help &>/dev/null

Also, you might want to consider using this:
% cat ~/.zshenv
setopt noglobalrcs

This would only source your ~/.zshrc, but not the files installed by the distribution.