Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Why isn't zsh sourcing .zshenv ?
- X-seq: zsh-users 20964
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "Zsh-Users List" <zsh-users@xxxxxxx>
- Subject: Re: Why isn't zsh sourcing .zshenv ?
- Date: Wed, 18 Nov 2015 16:28:15 -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=M+EJFBL2OqoscQNLYhh3IMCHtFDTXBxzn+dL7mcXXAE=; b=0p8MSz/QrxPDuGRiydUG7lsENNAFyX1vXITa5JezJnRuwoV9txDf7bLz3DyVz72Olj c2zbRGSKbyWeedDPEja7xsS5m7wkdw39jrQtFi3SLnnkXzoRrSlwAjWu0biNtUv7Kgtj 73v6NUtzIWFXvOi6Kbl1xI+so3Oj0asXNBwriuyP/hYHj27mJ76FajIJVzOuP1pPc/L+ +otU9LH1kZpchVF2lEQvuZi2V5zD/p0DVQOTsUhivcaThR8jBlMsWTcEjP3U3SkkD8p1 wOtZMu2mKo05a5/mwletOgy29h+Q15TUYelnz3nIE9vKB1TGHRa4Hw5Gjsd1UmZTVUAQ d0jQ==
- In-reply-to: <6D73FD06-7249-487A-8328-C43CF3BDB35A@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> <151114143102.ZM1796@torch.brasslantern.com> <6D73FD06-7249-487A-8328-C43CF3BDB35A@gmail.com>
On Nov 18, 6:38pm, TJ Luoma wrote:
}
} No .zsh* files at all... except that the unexpanded PROMPT keeps showing
} up.
This almost certainly means ZDOTDIR and PROMPT (or PS1) were exported into
the environment of the launcher at some point, so that they were then being
inherited by every application that started up, including all of your new
terminals.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author