l zsh: fix SHARE_HISTORY

This commit is contained in:
lassulus 2019-04-07 19:25:33 +02:00
parent 81879b0df8
commit 162b965b6b

View File

@ -28,8 +28,8 @@
}
zle -N down-line-or-local-history
setopt share_history
setopt hist_ignore_dups
setopt SHARE_HISTORY
setopt HIST_IGNORE_ALL_DUPS
# setopt inc_append_history
bindkey '^R' history-incremental-search-backward