On 06/11/2008, at 16:14 , Alex Satrapa wrote: > For ZSH, I've been using this in the ~/.zshrc file for years: > > setopt HIST_IGNORE_ALL_DUPS > setopt HIST_VERIFY > setopt HIST_NO_STORE > setopt SHARE_HISTORY > setopt APPEND_HISTORY Correction... I've had #APPEND_HISTORY commented out since SHARE_HISTORY already does that! Oops. Alex