Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [RFC PATCH 3/3] FAQ: sync newuser-install
On 2022-09-02 09:20:55 +0000, Daniel Shahaf wrote:
> > Not if these lines are put in a default .zshrc file, with minimum
> > documentation (in case the user would want to change them without
> > having to read all the details in the manual).
>
> Like this?
>
> https://gitlab.com/zsh-sensible/zsh-sensible/-/blob/master/zshrc
Yes, this the TODO resolved, of course.
But for the "TODO man page reference", this should be more than just
a reference to the man page. What these settings do should also be
shortly described.
Also
HISTSIZE=1000
SAVEHIST=1000
should be changed to
HISTSIZE=1000
SAVEHIST=$HISTSIZE
so that the size could be changed by modifying a single value.
But see also the suggestion of make SAVEHIST behave as HISTSIZE,
so that setting SAVEHIST should be removed.
--
Vincent Lefèvre <vincent@xxxxxxxxxx> - Web: <https://www.vinc17.net/>
100% accessible validated (X)HTML - Blog: <https://www.vinc17.net/blog/>
Work: CR INRIA - computer arithmetic / AriC project (LIP, ENS-Lyon)
Messages sorted by:
Reverse Date,
Date,
Thread,
Author