From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16600 invoked from network); 4 Feb 2003 10:45:47 -0000 Received: from sunsite.dk (130.225.247.90) by ns1.primenet.com.au with SMTP; 4 Feb 2003 10:45:47 -0000 Received: (qmail 1976 invoked by alias); 4 Feb 2003 10:45:13 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 5874 Received: (qmail 1968 invoked from network); 4 Feb 2003 10:45:12 -0000 Received: from localhost (HELO sunsite.dk) (127.0.0.1) by localhost with SMTP; 4 Feb 2003 10:45:12 -0000 X-MessageWall-Score: 0 (sunsite.dk) Received: from [62.168.44.50] by sunsite.dk (MessageWall 1.0.8) with SMTP; 4 Feb 2003 10:45:12 -0000 Received: from freepuppy.bellavista.cz (freepuppy.bellavista.cz [10.0.0.10]) by mail.bellavista.cz (Postfix) with ESMTP id 162CA45E for ; Tue, 4 Feb 2003 11:45:15 +0100 (CET) Received: by freepuppy.bellavista.cz (Postfix, from userid 1001) id 0A1682FDB0C; Tue, 4 Feb 2003 11:45:15 +0100 (CET) Date: Tue, 4 Feb 2003 11:45:14 +0100 From: Roman Neuhauser To: zsh-users@sunsite.dk Subject: Re: Prompt themes Message-ID: <20030204104514.GK393@freepuppy.bellavista.cz> Mail-Followup-To: zsh-users@sunsite.dk References: <6134254DE87BD411908B00A0C99B044F03A0B5FA@mowd019a.mow.siemens.ru> <1030123180207.ZM12877@candle.brasslantern.com> <20030124211240.GD6160@io.com> <20030204093310.GB20304@io.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030204093310.GB20304@io.com> User-Agent: Mutt/1.5.1i # john@io.com / 2003-02-04 03:33:10 -0600: > By the way, I figured out what the problem was, and I'm sure this will > come as a surprise to almost nobody: it was my $FPATH setting. It must > have been incomplete or something, because when I commented it out of my > .zshrc and logged back in, completion of all types (including the > multi-directory stuff I was referring to) worked as expected. So I did > a "echo $FPATH", copied its response back into my .zshrc, prepended > $HOME/.zsh/functions, and I'm good to go! :) why don't you use FPATH=$HOME/.zsh/functions:$FPATH ? That would save you from the same trouble in the future when it changes. -- If you cc me or remove the list(s) completely I'll most likely ignore your message. see http://www.eyrie.org./~eagle/faqs/questions.html