From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7066 invoked from network); 29 Aug 1998 21:56:06 -0000 Received: from math.gatech.edu (list@130.207.146.50) by ns1.primenet.com.au with SMTP; 29 Aug 1998 21:56:06 -0000 Received: (from list@localhost) by math.gatech.edu (8.9.1/8.9.1) id RAA18764; Sat, 29 Aug 1998 17:50:34 -0400 (EDT) Resent-Date: Sat, 29 Aug 1998 17:46:41 -0400 (EDT) Message-ID: <19980829234934.A5883@cs.uni-magdeburg.de> Date: Sat, 29 Aug 1998 23:49:34 +0200 From: Roland Jesse To: ZSH Users mailing list Subject: Re: cdmatch installs where? References: <19980829215951.A5782@cs.uni-magdeburg.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.91.2i In-Reply-To: ; from Owen M. Astley on Sat, Aug 29, 1998 at 10:08:23PM +0100 Resent-Message-ID: <"Aon2D2.0.4Y4.1R7wr"@math> Resent-From: zsh-users@math.gatech.edu X-Mailing-List: archive/latest/1772 X-Loop: zsh-users@math.gatech.edu X-Loop: zsh-workers@math.gatech.edu Precedence: list Resent-Sender: zsh-workers-request@math.gatech.edu 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