zsh-users
 help / color / mirror / code / Atom feed
From: Bart Schaefer <schaefer@brasslantern.com>
To: Piotr Karbowski <piotr.karbowski@protonmail.ch>
Cc: zsh-users@zsh.org
Subject: Re: The HIST_EXPIRE_DUPS_FIRST might corrupt and wipe partially history file if many shells exit at the same time
Date: Sun, 19 Mar 2023 14:01:17 -0700	[thread overview]
Message-ID: <CAH+w=7Zh+Y101nixW_+Ncq3u3_tKaY7tc35Pk0JAE4-zzFvZcw@mail.gmail.com> (raw)
In-Reply-To: <b821265f-c8e4-90e2-4f78-4a6cc98ae8b1@protonmail.ch>

On Sun, Mar 19, 2023 at 11:38 AM Piotr Karbowski
<piotr.karbowski@protonmail.ch> wrote:
>
> The HIST_SAVE_BY_COPY does not seems to be enabled and I am unable to
> enable it.

"setopt" with no arguments shows you only the options that differ from
the defaults.  So if HIST_SAVE_BY_COPY does not show up, it IS
enabled.

Use "set -o" (with no other arguments) to see the full set of options
and on/off status, or "setopt kshoptionprint" before running "setopt"
alone.

If an option shows up with a  "no" prefix in unsetopt output, that
means it is on.  There is no third state.


  reply	other threads:[~2023-03-19 21:02 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19 11:56 Piotr Karbowski
2023-03-19 16:53 ` Bart Schaefer
2023-03-19 18:38   ` Piotr Karbowski
2023-03-19 21:01     ` Bart Schaefer [this message]
2023-03-19 21:17       ` Piotr Karbowski
2023-03-19 21:34         ` Bart Schaefer
2023-03-19 21:53           ` Piotr Karbowski

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=7Zh+Y101nixW_+Ncq3u3_tKaY7tc35Pk0JAE4-zzFvZcw@mail.gmail.com' \
    --to=schaefer@brasslantern.com \
    --cc=piotr.karbowski@protonmail.ch \
    --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).