Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: compinit problems with Cygwin and Win2000
- X-seq: zsh-users 5067
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: v@xxxxxxxxxxxxxxxx
- Subject: Re: compinit problems with Cygwin and Win2000
- Date: Mon, 17 Jun 2002 10:11:56 -0700 (PDT)
- Cc: zsh-users@xxxxxxxxxx
- In-reply-to: <20020617160353.EKQO27002.fepD.post.tele.dk@xxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- Sender: schaefer@xxxxxxxxxxxxxxxx
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