From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27234 invoked from network); 17 Jun 2008 13:28:35 -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=AWL,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; 17 Jun 2008 13:28:35 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 30657 invoked from network); 17 Jun 2008 13:28:31 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Jun 2008 13:28:31 -0000 Received: (qmail 21217 invoked by alias); 17 Jun 2008 13:28:28 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25193 Received: (qmail 21205 invoked from network); 17 Jun 2008 13:28:28 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Jun 2008 13:28:28 -0000 Received: from rv-out-0506.google.com (rv-out-0506.google.com [209.85.198.235]) by bifrost.dotsrc.org (Postfix) with ESMTP id 0D9FA8028AC3 for ; Tue, 17 Jun 2008 15:28:21 +0200 (CEST) Received: by rv-out-0506.google.com with SMTP id g37so5360799rvb.21 for ; Tue, 17 Jun 2008 06:28:20 -0700 (PDT) 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:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=dm6DlEdYTD/oELm4xXAjLRejUEiHkIxtvmS6plA3TIU=; b=pN2JSFIFOV7X5rgAeAwdLhc9ZW4+H4mcsUc2YoiZC5DXRtUi0A4Qbp2y1225rtw7t3 WB8zkWu27WGXZfpayTaVmgwCNWU51zPG67DG29O2uWEY8K7tReoSr8GgiTkRBmfy5M3j +MwNrJt97xXJrJmjgTnuBVZL9bKpHesFImWus= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=b7ilOn2BPpbwo703SN68Yn+sFcQV323u92qLG8OTaf2heGB6t9is+DIZuXwCsHvWWT wjWWAyubwLLZO9XE9KMEoReJZzxye///+5Fx7h3UUnc9ZARbOvdO2JvL/2ulpbsGBE+8 ClLBgpoSwOdk480YY386B+AHHVV4MW3g9HDoE= Received: by 10.114.24.1 with SMTP id 1mr7882152wax.74.1213709300717; Tue, 17 Jun 2008 06:28:20 -0700 (PDT) Received: by 10.114.112.17 with HTTP; Tue, 17 Jun 2008 06:28:20 -0700 (PDT) Message-ID: <237967ef0806170628m56b80d3anaf252e68ad6c497d@mail.gmail.com> Date: Tue, 17 Jun 2008 15:28:20 +0200 From: "Mikael Magnusson" To: zsh-workers@sunsite.dk Subject: Re: environment settings In-Reply-To: <20080617132611.GL5016@sc.homeunix.net> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20080616074651.GB26165@marcus> <20080616080556.GA5091@sc.homeunix.net> <20080616123045.GC26165@marcus> <20080616124450.GC5091@sc.homeunix.net> <20080617093859.GB5016@sc.homeunix.net> <20080617104126.GC10734@prunille.vinc17.org> <20080617125834.GI5016@sc.homeunix.net> <20080617131154.GM10734@prunille.vinc17.org> <20080617132611.GL5016@sc.homeunix.net> X-Virus-Scanned: ClamAV 0.92.1/7494/Tue Jun 17 06:46:03 2008 on bifrost X-Virus-Status: Clean 2008/6/17 Stephane Chazelas : > Moreover, if you do > > path+=(/some/path) > in ~/.zshenv, you'll soon end up with /some/path dupplicated. typeset -U path -- Mikael Magnusson