Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why isn't zsh sourcing .zshenv ?
- X-seq: zsh-users 20960
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "TJ Luoma" <luomat@xxxxxxxxx>, "Zsh-Users List" <zsh-users@xxxxxxx>
- Subject: Re: Why isn't zsh sourcing .zshenv ?
- Date: Sat, 14 Nov 2015 14:31:02 -0800
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern_com.20150623.gappssmtp.com; s=20150623; h=from:message-id:date:in-reply-to:comments:references:to:subject :mime-version:content-type; bh=YCtdw+PsaR3k330aQQW0qmbzC/QzQiu8SJxA6LBE4YE=; b=BS7oDSlQe6y3lcWEkWLHtRc++hdbQpxyj1XH5uutzE6R/OIEfyBq+3Zvhsf1OCqXOh swCUhzOubB5lI4S6ggQOxnPYQYYb7FcMYCOiPFrllA6VOPW1HeyL+bcn1F9Qc8576+65 ImaHAKlDmdVvAhKqPy1xbRILEg7c9APGmryMonEYvp9287gePAuWcqWCcbub4OU1rJD0 ejQQhVp6zdMlVh/c2eU75VOY6QxZvYHGmphKgVpHGwbWkLvQT0qEl+fno3IABQNAH/cT aqewGP4y+xTvbu16qLFRpbMcw0YGr8CurWUbZ4N3q0cGKq3LO6NQ4HGj6MxCR8bINJ6T zK5g==
- In-reply-to: <5D52817D-628A-47F2-85CF-335B9F2CB61D@gmail.com>
- List-help: <mailto:zsh-users-help@zsh.org>
- List-id: Zsh Users List <zsh-users.zsh.org>
- List-post: <mailto:zsh-users@zsh.org>
- Mailing-list: contact zsh-users-help@xxxxxxx; run by ezmlm
- References: <5D52817D-628A-47F2-85CF-335B9F2CB61D@gmail.com>
On Nov 14, 2:34pm, TJ Luoma wrote:
}
} Any help appreciated.
It would appear that some of your dot-files are being read or your
prompt would not have all that unexpanded promptsubst fodder in it.
Does this also affect a new shell started after iTerm is open? If
so, run as "zsh -x 2>zsh-err.txt" and then examine that file to
determine where things may be going wrong.
Is there anything in /etc/zshenv ? Other than zsh being invoked
with the -f option, that file is the only place where sourcing of
~/.zshenv can be shut off.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author