zsh: Don't use extended_history

Messes with autocomplete
old-yadm
earnest ma 2021-08-25 15:48:26 -04:00
parent 04a8373708
commit abf8b71502
Signed by: earnest ma
GPG Key ID: A343F43342EB6E2A
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ bindkey '^k' edit-command-line
# History
HISTSIZE=9000
SAVEHIST=9000
setopt extended_history
setopt hist_expire_dups_first
setopt hist_reduce_blanks
setopt hist_ignore_dups