zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Zsh Users <zsh-users@zsh.org>
Subject: Re: Weird history behavior
Date: Tue, 7 Jun 2022 22:02:22 -0700	[thread overview]
Message-ID: <CAH+w=7bzCH5jzVszH9wb0qfA+PhhVwUuJTOMUJXuE0eQJJQ+=g@mail.gmail.com> (raw)
In-Reply-To: <20220607192350.znejys3gs4kakjw7@marcos.localdomain>

On Tue, Jun 7, 2022 at 12:24 PM Adam Cooper <adam@theadamcooper.com> wrote:
>
> After installing xmonad on an Arch Linux system, my zsh history has begun to misbehave. HISTFILE is read from .zshenv after logging into the console, but once I start xmonad and a terminal, HISTFILE is empty.
[...]
> Here is a link to my .zshenv: https://git.theadamcooper.com/adam/dotfiles/src/branch/master/arch/zsh/.zshenv

Well, there's this:
export ZDOTDIR="$XDG_CONFIG_HOME/zsh"

Once that's in the environment, $HOME/.zshenv isn't going to be read
any more, rather, the dot-files in $ZDOTDIR are going to be read
instead ... so you should look there.


  reply	other threads:[~2022-06-08  5:03 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-07 19:23 Adam Cooper
2022-06-08  5:02 ` Bart Schaefer [this message]
2022-06-08 16:55   ` Adam Cooper
2022-06-08 16:58     ` Roman Perepelitsa
2022-06-08 17:03     ` Bart Schaefer
2022-06-08 17:07     ` Bart Schaefer

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAH+w=7bzCH5jzVszH9wb0qfA+PhhVwUuJTOMUJXuE0eQJJQ+=g@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=zsh-users@zsh.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).