Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: command recall
- X-seq: zsh-users 26474
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: Ray Andrews <rayandrews@xxxxxxxxxxx>
- Cc: Zsh Users <zsh-users@xxxxxxx>
- Subject: Re: command recall
- Date: Sun, 7 Feb 2021 11:12:37 -0800
- Archived-at: <https://zsh.org/users/26474>
- Archived-at: <http://www.zsh.org/sympa/arcsearch_id/zsh-users/2021-02/CAH%2Bw%3D7aFT4-dby85D%2BBxr4qjyHX%2BiwwTHeuSJaSYZ4DvRtsLTg%40mail.gmail.com>
- In-reply-to: <453532ec-a8c6-a3b6-c44d-9107e98250ca@eastlink.ca>
- List-id: <zsh-users.zsh.org>
- References: <453532ec-a8c6-a3b6-c44d-9107e98250ca@eastlink.ca>
On Sat, Feb 6, 2021 at 8:37 AM Ray Andrews <rayandrews@xxxxxxxxxxx> wrote:
>
> Actually it would be cool to
> be able to quickly toggle that on or off, so I could have a terminal
> isolated from global history or not as I choose.
If you zsh "A" has
setopt incappendhistory
and zsh "B" has
setopt sharehistory
then A will have only its local history, and B will have the history
from both itself and A.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author