Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: compinit problems with Cygwin and Win2000



On Mon, 17 Jun 2002 v@xxxxxxxxxxxxxxxx wrote:

> My .zshrc contains just 3 lines:
>
>    fpath=(~/.zfunc /cygdrive/c/vjo/cygwin/usr/share/zsh/4.0.4/functions)

Try changing that to

   fpath=(~/.zfunc $fpath)

and then see what happens.

It probably is a bug that the `autoload -U' line gets output even when
there are no function names to autoload, but the fact that it's not
finding any function names means something else is already wrong.



Messages sorted by: Reverse Date, Date, Thread, Author