diff --git a/zshrc b/zshrc index 3820d13..20832d8 100644 --- a/zshrc +++ b/zshrc @@ -1,10 +1,13 @@ -export SAVEHIST=10 export HISTFILE=$HOME/.zsh_history +export SAVEHIST=10000 export HISTFILESIZE=10000 export HSITSIZE=10000 bindkey -v +setopt append_history +setopt hist_find_no_dups +# setopt hist_ignore_dups setopt inc_append_history setopt extended_history setopt hist_find_no_dups