zsh: append commands to histfile as soon as they are entered

master
Guillaume Dott 2019-05-10 08:48:30 +02:00
parent da929d47e6
commit 64a81dbd39
1 changed files with 1 additions and 1 deletions

View File

@ -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