Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Why isn't zsh sourcing .zshenv ?
- X-seq: zsh-users 20958
- From: "TJ Luoma" <luomat@xxxxxxxxx>
- To: "Zsh-Users List" <zsh-users@xxxxxxx>
- Subject: Why isn't zsh sourcing .zshenv ?
- Date: Sat, 14 Nov 2015 14:34:41 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:mime-version:content-type; bh=E0gHaOWtcE9y1ywDwxprJMHaqk9cDX503bXqLtFRQLg=; b=ADaM16m/WtzizL3qy6Bm/aOnPVZEiAkJnSKKeabM9jjoyzXGSS/v34ZEF2vLAtKW7t A3nHe4Lelf+4pd7fCeOq+Cp9xs7LNC5Ow1jPJ0jNmODrfyO2s4WfnX8A3VFNUioeB73/ VGj2f6aJ5VBzrUmhAJsqeW4d2R2tkLB9MVatkmvH1ndfLWE65XrjFXS4yQ+DridzqcbV CvPne0U4Aq02ANCZBT0m3AoaSURmUcDmR1LBJ3ciqPH1+c2pQ4KgoxhG2Ni5UGPqe/3/ geyaPASYb/4rXvnbYIBSxoelDyrplJ1R5RYvDv+SYC10vWPSvY9h+8iNs0PRbb6mH2jJ QShw==
- 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
Just recently zsh (5.0.8) on my Mac is doing something weird.
This is most obvious because my $PROMPT is, well, like this:
http://images.luo.ma/skitch/zsh_not_sourcing_zshenv-20151114-142607.jpg
It appears that zsh is not sourcing my .zshenv. None of my aliases, etc
are being added.
I have tested this in iTerm.app and Terminal.app and it does the same
thing for both.
If I manually do 'source .zshenv' then everything is fine.
Now, my .zshenv is actually a link:
lrwxr-xr-x 1 luomat staff 22 Jul 10 17:36 .zshenv ->
dotfiles/zsh/zshenv.sh
but that has been true for a long time, and zsh hasn't had a problem
with it before.
Any help appreciated.
TjL
Messages sorted by:
Reverse Date,
Date,
Thread,
Author