From 26528c66e14ebdc4ec30e472e5aa1194e15ed8af Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Thu, 4 Jul 2024 20:27:39 +0300 Subject: [PATCH] zsh tmux history sharing --- zsh/zshrc | 3 +++ 1 file changed, 3 insertions(+) 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