Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: cdmatch installs where?
- X-seq: zsh-users 1772
- From: Roland Jesse <jesse@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx>
- To: ZSH Users mailing list <zsh-users@xxxxxxxxxxxxxxx>
- Subject: Re: cdmatch installs where?
- Date: Sat, 29 Aug 1998 23:49:34 +0200
- In-reply-to: <Pine.OSF.3.96.980829220607.31543A-100000@xxxxxxxxxxxxxxxxxx>; from Owen M. Astley on Sat, Aug 29, 1998 at 10:08:23PM +0100
- References: <19980829215951.A5782@xxxxxxxxxxxxxxxxxxx> <Pine.OSF.3.96.980829220607.31543A-100000@xxxxxxxxxxxxxxxxxx>
Owen M. Astley wrote:
> cdmatch is a function, and so needs to be in the $fpath search path,
> not the $path search list.
Ok, are there any reasons for keeping $path and $fpath different? Or would
it be ok to set fpath=$path?
That would help me out quite a lot because...
> Try making a directory ~/.zfunc, putting cdmatch in it and setting
> fpath=(~/.zfunc).
... I would be able to do this in a global directory (like /usr/local/etc)
to make the functions available for other users, too.
> btw: fpath may be set to this by default, I can't remember.
% echo $fpath
%
No, I do not think so.
Roland
Messages sorted by:
Reverse Date,
Date,
Thread,
Author