Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: ISP OS upgrade = zsh function-files not found
- X-seq: zsh-users 13974
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: ISP OS upgrade = zsh function-files not found
- Date: Thu, 26 Mar 2009 22:04:27 -0700
- In-reply-to: <20090326183157.GA2269@xxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20090326183157.GA2269@xxxxxxxxx>
On Mar 26, 2:31pm, rj wrote:
}
} This:
} typeset -U fpath
} fpath+=(~/.zfunc)
}
} results in this warning
What does
zsh +o globalrcs -fc 'print -l $fpath'
show? Does it differ from what
zsh -ilc 'print -l $fpath'
shows?
If the functions are installed in a directory tree rather than in one
flat directory, then the compiled-in fpath should reflect that (or
someone has done something fishy). It's more likely that one of the
/etc/z* files is incorrectly stepping on the fpath.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author