diff --git a/zsh/zshrc b/zsh/zshrc index 59ed118..7414f22 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -5,3 +5,6 @@ then autoload -Uz compinit compinit fi + +setopt appendhistory # Append history to the history file (no overwriting) +setopt incappendhistory # Immediately append to the history file, not just when a term is killed