Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [RFC PATCH 3/3] FAQ: sync newuser-install



On Thu, Aug 25, 2022 at 5:23 PM Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx> wrote:
>
> On Thu, Aug 25, 2022 at 1:11 AM Daniel Shahaf <d.s@xxxxxxxxxxxxxxxxxx> wrote:
> >
> > Would it be easier to consense here if we could separate these two
> > functions?  E.g., if history saving remained off by default but we had
> > a way for a user to say "Please save history and use the default filename
> > for that"?
>
> I don't think making things more complicated is likely to help, no.

This is *less* complicated:

    setopt SAVE_HISTORY

than:

    HISTFILE=~/.histfile
    HISTSIZE=1000
    SAVEHIST=1000

Not more.

-- 
Felipe Contreras




Messages sorted by: Reverse Date, Date, Thread, Author