From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15367 invoked from network); 7 Mar 2008 01:52:42 -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; 7 Mar 2008 01:52:42 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 78799 invoked from network); 7 Mar 2008 01:52:28 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 7 Mar 2008 01:52:28 -0000 Received: (qmail 29340 invoked by alias); 7 Mar 2008 01:52:17 -0000 Mailing-List: contact zsh-users-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 12688 Received: (qmail 29321 invoked from network); 7 Mar 2008 01:52:16 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 7 Mar 2008 01:52:16 -0000 Received: from an-out-0708.google.com (an-out-0708.google.com [209.85.132.250]) by bifrost.dotsrc.org (Postfix) with ESMTP id 2436C8029404 for ; Fri, 7 Mar 2008 02:52:12 +0100 (CET) Received: by an-out-0708.google.com with SMTP id c14so79212anc.13 for ; Thu, 06 Mar 2008 17:52:11 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=4Eo3AFyedt+cPi+71B4bOWKUMj+kl6nBS2RFJYVYfUo=; b=fY4jpj9L9jblbRYC24/i3QEJ4zSSUZhKvL5HO+yvaSTiJgo4TH0OdugqQiNkZZEkdiGa3pd6cYBSINqp5G7SGbRdMWls/PNqvyVM75QHfw/W+Di5csQgto4YzY9SXFWvCmUUxLijt1AgOM4/PWzebWjg7KYBaAJn07JJAm8/qMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=VfDdGp6TIq84fLCtU7LfRtU+/CkHnHm4F+X32OvsZfXwYp10wOQAM5SlI3mDy/HP1IQkxXmIH5tpY4QafUq53DB6JJwZwxrD9I4kueOIRXrwWxLXG6Nw1+b8oxhoh/WcW1uyyNZpFmIomPbeLirpjw7bjNlVmRpyuuBe9+3VrLk= Received: by 10.100.214.15 with SMTP id m15mr1448739ang.30.1204854731220; Thu, 06 Mar 2008 17:52:11 -0800 (PST) Received: by 10.100.143.1 with HTTP; Thu, 6 Mar 2008 17:52:11 -0800 (PST) Message-ID: <2d460de70803061752p571cc2d9ic823c752ff47688f@mail.gmail.com> Date: Fri, 7 Mar 2008 02:52:11 +0100 From: "Richard Hartmann" To: "Chris Ross" Subject: Re: PostgreSQL completion Cc: zsh-users@sunsite.dk In-Reply-To: <1204827852.8065.23.camel@zalamar> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <37A35F81-842A-48BF-8EC5-7F19DD3E9EBF@distal.com> <2d460de70803061008j944ccbcgeee079395c0b96d9@mail.gmail.com> <1204827852.8065.23.camel@zalamar> X-Virus-Scanned: ClamAV 0.91.2/6155/Thu Mar 6 22:50:53 2008 on bifrost X-Virus-Status: Clean On Thu, Mar 6, 2008 at 7:24 PM, Chris Ross wrote: > I'm not completely opposed to installing it in the system, but > generally if I get a distribution of software that doesn't include > something, I try not to confuse things by modifying the installation. I know what you mean and normally, I agree. In some circumstances, it can be better to make stuff available to everyone using a system and keeping track of all changes in a central places. Though you could put it into /usr/local and edit /etc/zshrc accordingly, come to think of it :p Richard