From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 184 invoked by alias); 29 Jan 2013 11:51:19 -0000 Mailing-List: contact zsh-users-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Users List List-Post: List-Help: X-Seq: 17618 Received: (qmail 15441 invoked from network); 29 Jan 2013 11:51:16 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.5 required=5.0 tests=BAYES_00,DKIM_SIGNED, RCVD_IN_DNSWL_LOW,T_DKIM_INVALID autolearn=ham version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 209.85.219.52 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=MLhU+tFe+AnuAfjd/7jaZgKAnfbMTQt45F28Bn2U/y8=; b=CuPVwVaKivlLmuqzC3tzYYh4D0Yx0Dkj5seAvbNsqLaYGZc4HeNmqcVjaLQM2DAz2q 6XWp3Ejp8S4S/fMFSCxVVIejJ85xKkBiamnG7dQebJexaAdhrAb01rmda22/BzxSLIIw /XCn3gOT2CtcA3wowORoYVDZN4ynHjYRBHIwO0+z5YG9XfLd98bafsYgNBKDkvppLyGk Ig4zyx40qDlEQvtYOdIP3GW9Alh0K8dgLddh/afwAoPqUG0Wlf2NuQAhvSRfbbFFTuNo +widzapjpeUVuFiBigw0LS/b/8Yr9IkfUN+3ym+OrwBM1shGrOMjdtXFd53eFQQxB2NC 7vhg== MIME-Version: 1.0 X-Received: by 10.182.212.2 with SMTP id ng2mr409785obc.81.1359458717114; Tue, 29 Jan 2013 03:25:17 -0800 (PST) Sender: nikolai.weibull@gmail.com In-Reply-To: References: Date: Tue, 29 Jan 2013 12:25:17 +0100 X-Google-Sender-Auth: uA1_JUL6hZGtnGqwp1zKQq0uLHw Message-ID: Subject: Re: PATH reordered when running zsh inside screen on Mac OS X Mountain Lion and MacPorts From: Nikolai Weibull To: =?UTF-8?Q?Lawrence_Vel=C3=A1zquez?= Cc: zsh-users@zsh.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Tue, Jan 29, 2013 at 9:08 AM, Lawrence Vel=C3=A1zquez wrote: > BTW, I have submitted bug reports to Apple for both these issues. > > On Jan 29, 2013, at 1:21 AM, Lawrence Vel=C3=A1zquez wrote: > >> I agree that /etc/zprofile would be a better place to set ${PATH} > > rdar://problem/13103029 > http://openradar.appspot.com/radar?id=3D2622401 I submitted something similar to http://apple.com/feedback. >> The real problem is that /usr/libexec/path_helper alters ${PATH} even if= ${PATH} already contains the entries it wants to add. In this case, it mov= es the entries to the beginning of ${PATH} instead of just leaving it as is= . > rdar://problem/13103103 > http://openradar.appspot.com/radar?id=3D2620402 Great, thanks!