zsh tmux history sharing

This commit is contained in:
2024-07-04 20:27:39 +03:00
parent b36d591496
commit 26528c66e1

View File

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