inc_append_history

This commit is contained in:
Ivan Malison 2015-02-02 16:16:43 -08:00
parent 6f37b428ee
commit fdbc6af0a7

View File

@ -5,6 +5,7 @@ SAVEHIST=100000
setopt share_history # share command history data
setopt extended_history
setopt inc_append_history
setopt hist_expire_dups_first
setopt hist_ignore_dups # ignore duplication command history list
setopt hist_ignore_space