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

Re: Bash HISTIGNORE equivalent



Doug Kearns wrote:
>Is there something equivalent to bash's HISTIGNORE variable in zsh that
>I've missed?

No, there's no equivalent.  We have options HIST_IGNORE_ALL_DUPS,
HIST_IGNORE_DUPS, HIST_IGNORE_SPACE, HIST_NO_FUNCTIONS, and HIST_NO_STORE,
which together provide our equivalent of bash's HISTCONTROL.

-zefram



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