zsh: append commands to histfile as soon as they are entered
parent
da929d47e6
commit
64a81dbd39
|
@ -57,7 +57,7 @@ zstyle ':vcs_info:hg*' formats " (%s.%b) "
|
||||||
#----------------------------------------------#
|
#----------------------------------------------#
|
||||||
setopt hist_ignore_all_dups
|
setopt hist_ignore_all_dups
|
||||||
setopt hist_ignore_space
|
setopt hist_ignore_space
|
||||||
setopt append_history
|
setopt INC_APPEND_HISTORY
|
||||||
setopt extended_history
|
setopt extended_history
|
||||||
|
|
||||||
setopt complete_in_word
|
setopt complete_in_word
|
||||||
|
|
Loading…
Reference in New Issue