From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18719 invoked from network); 6 Mar 2008 18:45:28 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.6 required=5.0 tests=BAYES_00 autolearn=ham version=3.2.4 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 6 Mar 2008 18:45:28 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 11351 invoked from network); 6 Mar 2008 18:44:48 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 6 Mar 2008 18:44:48 -0000 Received: (qmail 27541 invoked by alias); 6 Mar 2008 18:44:40 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12687 Received: (qmail 27525 invoked from network); 6 Mar 2008 18:44:40 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 6 Mar 2008 18:44:40 -0000 Received: from pepin.polanet.pl (pepin.quarto.pl [193.34.52.2]) by bifrost.dotsrc.org (Postfix) with ESMTP id 8155A8029404 for ; Thu, 6 Mar 2008 19:44:37 +0100 (CET) Received: by pepin.polanet.pl (Postfix, from userid 1090) id 90DBE3155A; Thu, 6 Mar 2008 19:44:41 +0100 (CET) Date: Thu, 6 Mar 2008 19:44:41 +0100 From: Tomasz Pala To: zsh-users@sunsite.dk Subject: Re: PostgreSQL completion Message-ID: <20080306184441.GA2490@pepin.polanet.pl> References: <37A35F81-842A-48BF-8EC5-7F19DD3E9EBF@distal.com> <2d460de70803061008j944ccbcgeee079395c0b96d9@mail.gmail.com> <1204827852.8065.23.camel@zalamar> Mime-Version: 1.0 Content-Type: text/plain; charset=iso-8859-2 Content-Disposition: inline In-Reply-To: <1204827852.8065.23.camel@zalamar> User-Agent: Mutt/1.4.2.3i X-Virus-Scanned: ClamAV 0.91.2/6154/Thu Mar 6 17:41:42 2008 on bifrost X-Virus-Status: Clean On Thu, Mar 06, 2008 at 13:24:12 -0500, Chris Ross wrote: > Is there a way to install the aforementioned file in my home, in some > way, so it gets used? fpath=(~/etc/zfunc $fpath) -- Tomasz Pala