From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2075 invoked by alias); 12 Mar 2013 22:26:37 -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: 17688 Received: (qmail 3885 invoked from network); 12 Mar 2013 22:26:35 -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=-4.2 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_MED autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at macports.org does not designate permitted sender hosts) X-AuditID: 12074413-b7f226d000000902-04-513fa9f1b859 Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) Subject: Re: Latest stable release of zsh triggers the addition of paths to $PATH From: =?iso-8859-1?Q?Lawrence_Vel=E1zquez?= In-Reply-To: Date: Tue, 12 Mar 2013 18:18:23 -0400 Cc: zsh-users@zsh.org Content-Transfer-Encoding: quoted-printable Message-Id: References: To: James Jong X-Mailer: Apple Mail (2.1499) X-Brightmail-Tracker: H4sIAAAAAAAAA+NgFprEKsWRmVeSWpSXmKPExsUixO6iqPtxpX2gwZsZsha3rlZa7Di5ktGB yWPnrLvsHqsOfmAKYIritklKLCkLzkzP07dL4M5om/WJpWAaa8WFw3NZGxjbWboYOTkkBEwk 7t5YywZhi0lcuLceyObiEBK4zCix9+k2KOcUk8SWtxNYQaqYBbQkbvx7yQRi8wroSRzu3A4W FxYIlPj88hbYJDYBR4mnR2cCbeDg4ASKP97DBxJmEVCV6JkxEWqMqMSr5S8ZIWxtiWULXzND jLSX+HprAhtIq5BAgMTmHWCtIgLqEm8ezGGGuFNWYsXUXqYJjAKzkBw0C8lBs5BMXcDIvIpR LjGnNFc3NzEzpzg1Wbc4OTEvL7VI11wvN7NELzWldBMjJEyFdzDuOil3iFGAg1GJh1cizT5Q iDWxrLgy9xCjJAeTkijvhOVAIb6k/JTKjMTijPii0pzU4kOMEhzMSiK8fLOAcrwpiZVVqUX5 MClpDhYlcV61Jep+QgLpiSWp2ampBalFMFkZDg4lCd7qFUCNgkWp6akVaZk5JQhpJg5OkOFc UiLFqXkpqUWJpSUZ8aA4jS8GRipIigdobyVIO29xQWIuUBSi9RSjLsfnm89eMAqx5OXnpUqJ 8x4FKRIAKcoozYNbAUtKrxjFgT4W5m0BqeIBJjS4Sa+AljABLUnPAVtSkoiQkmpgXNay3Whd 64zSeXMU5IVdLA4wHqpb2JiftyDo6jZ/Zbm2L9PfSTexCp78KFH3etK/mP97U1zfszF380VU Jc38bhz45PcMJZPuEz2Cd+bP6Z1bbD553Sn2sAvHeh43XXoeoK54ujLobmLRyl1POafKrGrw fWq4nt/vv7lRnkvGt3RD47bI2MgjSizFGYmGWsxFxYkAmBgMiyUDAAA= On Mar 12, 2013, at 6:08 PM, James Jong wrote: > 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. >=20 > I don't have anything in my .zprofile nor on my .zshrc. >=20 > Why are these paths added to $PATH? Any pointers on what I can look = at? What OS are you on? Have you checked whether there are system = initialization files that could be getting sourced (e.g., /etc/zshenv)? vq=