Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: Newbie zsh setup warts (history, pipes, export, ...).
- X-seq: zsh-users 8111
- From: Wayne Davison <wayned@xxxxxxxxxxxxxxxxxxxxx>
- To: zsh-users@xxxxxxxxxx
- Subject: Re: Newbie zsh setup warts (history, pipes, export, ...).
- Date: Sun, 24 Oct 2004 23:08:04 -0700
- Cc: "s. keeling" <keeling@xxxxxxxxxxx>
- In-reply-to: <Pine.LNX.4.61.0410241803320.23496@xxxxxxxxxxxxxxxxxx>
- Mailing-list: contact zsh-users-help@xxxxxxxxxx; run by ezmlm
- References: <20041024230623.GA3675@xxxxxxxxxxxxxxxxxxx> <Pine.LNX.4.61.0410241803320.23496@xxxxxxxxxxxxxxxxxx>
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