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

Re: Newbie zsh setup warts (history, pipes, export, ...).



On Sun, Oct 24, 2004 at 06:11:16PM -0700, Bart Schaefer wrote:
> You need "setopt HIST_IGNORE_DUPS" to get the 
> zsh equivalent.  But if history ignores dups, then this ...
> 
> > setopt HIST_EXPIRE_DUPS_FIRST
> 
> ... is a no-op, because there won't be any dups to expire.

You're thinking of HIST_IGNORE_ALL_DUPS.  Setting HIST_IGNORE_DUPS just
tells zsh to ignore adjacent duplicates.

..wayne..



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