Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Weird history behavior
- X-seq: zsh-users 27842
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: Weird history behavior
- Date: Wed, 8 Jun 2022 10:07:42 -0700
- Archived-at: <https://zsh.org/users/27842>
- In-reply-to: <20220608165528.suhoqmhgo3qbkhq7@marcos.localdomain>
- List-id: <zsh-users.zsh.org>
- References: <20220607192350.znejys3gs4kakjw7@marcos.localdomain> <CAH+w=7bzCH5jzVszH9wb0qfA+PhhVwUuJTOMUJXuE0eQJJQ+=g@mail.gmail.com> <20220608165528.suhoqmhgo3qbkhq7@marcos.localdomain>
On Wed, Jun 8, 2022 at 9:55 AM Adam Cooper <adam@xxxxxxxxxxxxxxxxx> wrote:
>
> (Moving .zshenv into ZDOTDIR resulted in zsh displaying a menu with options for configuring zsh from the start.)
Incidentally you don't want to move .zshenv into $ZDOTDIR, because you
need one in $HOME to assign to ZDOTDIR in the first place.
Personally I think you're overdoing the "export" statements, you
shouldn't need most of those values in the environment if you're
assigning them in ~/.zshenv ... only a few values (XDG stuff and PATH,
for example) need to be exported for other applications to see them.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author