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

Re: completion and history



> And how do i get the appendhistory thing to work, what have i done wrong:
> 
> % grep HIST .zshrc
> HISTSIZE=200
> HISTFILE=.zshistory

What you also need and hasn't yet been mentioned is to set SAVEHIST.
HISTSIZE specifies the size of the history that will be kept within
the shell, SAVEHIST the size that will be saved --- in your case
probably 0.  SAVEHIST=200 would be a good bet.

I feel another FAQ entry coming on.

-- 
Peter Stephenson <pws@xxxxxx>       Tel: +39 50 844536
WWW:  http://www.ifh.de/~pws/
Gruppo Teorico, Dipartimento di Fisica
Piazza Torricelli 2, 56100 Pisa, Italy




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