forked from colonelpanic/dotfiles
inc_append_history
This commit is contained in:
parent
6f37b428ee
commit
fdbc6af0a7
@ -5,6 +5,7 @@ SAVEHIST=100000
|
|||||||
|
|
||||||
setopt share_history # share command history data
|
setopt share_history # share command history data
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
|
setopt inc_append_history
|
||||||
setopt hist_expire_dups_first
|
setopt hist_expire_dups_first
|
||||||
setopt hist_ignore_dups # ignore duplication command history list
|
setopt hist_ignore_dups # ignore duplication command history list
|
||||||
setopt hist_ignore_space
|
setopt hist_ignore_space
|
||||||
|
Loading…
Reference in New Issue
Block a user