From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28187 invoked by alias); 12 Mar 2013 22:08:29 -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: 17686 Received: (qmail 1257 invoked from network); 12 Mar 2013 22:08: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=-1.6 required=5.0 tests=BAYES_00,DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED,FREEMAIL_FROM,HTML_MESSAGE,NML_ADSP_CUSTOM_MED,RCVD_IN_DNSWL_LOW, T_DKIM_INVALID,T_TO_NO_BRKTS_FREEMAIL autolearn=no version=3.3.2 Received-SPF: pass (ns1.primenet.com.au: SPF record at _netblocks.google.com designates 74.125.83.48 as permitted sender) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=DfSywzEaUKk6J5Wzy81m+8cfDEiyRQR7gqdmg8XLCgU=; b=pQT0irfUFPz4dqumTYBBTL1c7/NZFfzPZ7I/plYuC45LxmRNp+Z1Mj9S7hi6hsAbga tzYxV66FhtERgMUOw7dk+sl9nz2yy8CQ0PbLIpGzkRDy6btVbpiAyobUxqJ9hEY8qPRP jc/jYRTEUYes5agwc5CVysYyh81dXHIh2jaJrE1TxaujSOFe7KGI9DI7iQkgBv1QCXKH UX6pV592eYTO+XtweKMpGLGGNEMfwAbGkPQQDWBxcTw3RfxcmZ4bWePqamIYw5Bul3mu AFT2s654SIEx2SJH94KPHSyUuVQSWmHADerHNQ4DeXQfvz7ATq5YvJLExwcmqetj4ymx Lrqg== MIME-Version: 1.0 X-Received: by 10.14.202.71 with SMTP id c47mr51855924eeo.39.1363126090757; Tue, 12 Mar 2013 15:08:10 -0700 (PDT) Date: Tue, 12 Mar 2013 18:08:10 -0400 Message-ID: Subject: Latest stable release of zsh triggers the addition of paths to $PATH From: James Jong To: zsh-users@zsh.org Content-Type: multipart/alternative; boundary=047d7b343e386ca64c04d7c1866f --047d7b343e386ca64c04d7c1866f Content-Type: text/plain; charset=ISO-8859-1 I first noticed this problem in Zsh 5.0.0, but I have just built Zsh 5.0.2 from scratch and every time I call exec zsh from another shell (e.g. tcsh). My $PATH variable ends up with two additional paths, one pointing to Keberos and another one pointing to a version of Qt. I don't have anything in my .zprofile nor on my .zshrc. Why are these paths added to $PATH? Any pointers on what I can look at? Thanks, James --047d7b343e386ca64c04d7c1866f--