# HG changeset patch # User Oleksandr Gavenko # Date 1313349102 -10800 # Node ID 95c784cc8cbb64b221247118631ddf88e39115a5 # Parent 88a4aa7a6e7c2e77ab4c6cbbc8d0108f68e44969 History settings for zsh. diff -r 88a4aa7a6e7c -r 95c784cc8cbb .zshrc --- a/.zshrc Sun Aug 14 21:42:52 2011 +0300 +++ b/.zshrc Sun Aug 14 22:11:42 2011 +0300 @@ -3,7 +3,12 @@ HISTSIZE=1000 SAVEHIST=1000 -setopt appendhistory autocd beep extendedglob nomatch notify +setopt autocd beep extendedglob nomatch notify + +setopt hist_ignore_all_dups +setopt append_history +setopt hist_ignore_space +setopt hist_no_functions # Emacs like editing. bindkey -e