From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21483 invoked by alias); 14 Nov 2015 22:31:08 -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: 20960 Received: (qmail 22342 invoked from network); 14 Nov 2015 22:31:07 -0000 X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00,T_DKIM_INVALID autolearn=ham autolearn_force=no version=3.4.0 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== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:message-id:date:in-reply-to:comments :references:to:subject:mime-version:content-type; bh=YCtdw+PsaR3k330aQQW0qmbzC/QzQiu8SJxA6LBE4YE=; b=NJ217jiqrvC4+gQMbG1jxVv91A6aWNcp88S/53nKR2l7HxniK3xYQ0AR8mgi9f0/ah 90zWaoE2abYO0FcLx3/z03N1DfKNDrI6MM2TfAA7+qs1tiWleUSh14VcUwgH47zZYmT9 EeatyG6wIDtFUJ0/OEE8Jqww4/BC67mCnM46al7nunAo8EWRz6F2tBUhqHjUfGkzNyo+ 2mMZyKbQPtjyREcyBN9FuarR0fdr7AvBz+LwIYpapy4dbe8Eb1e4s8zRusxwY9vuZnLN Y/D/wRX3wI8C13V16uVWhP4XISYHgTC4bmf5/K7aFAb2qX2MUxCwmSc2QxVYoZZ9IWkH E+Tg== X-Gm-Message-State: ALoCoQnZMQ1lBuD1o5oRUGAuw7/w82XPmXZaVuuTdx5+niRYqhJpqJPvVcNWohFIc6ZTDb3QY6JM X-Received: by 10.60.173.42 with SMTP id bh10mr16830158oec.58.1447540265756; Sat, 14 Nov 2015 14:31:05 -0800 (PST) From: Bart Schaefer Message-Id: <151114143102.ZM1796@torch.brasslantern.com> Date: Sat, 14 Nov 2015 14:31:02 -0800 In-Reply-To: <5D52817D-628A-47F2-85CF-335B9F2CB61D@gmail.com> Comments: In reply to "TJ Luoma" "Why isn't zsh sourcing .zshenv ?" (Nov 14, 2:34pm) References: <5D52817D-628A-47F2-85CF-335B9F2CB61D@gmail.com> X-Mailer: OpenZMail Classic (0.9.2 24April2005) To: "TJ Luoma" , "Zsh-Users List" Subject: Re: Why isn't zsh sourcing .zshenv ? MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii 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.