From 2f66e22c7fde103132456ad7ab534741756cbbf1 Mon Sep 17 00:00:00 2001 From: GRMrGecko Date: Fri, 20 Feb 2026 12:13:14 -0600 Subject: [PATCH] Use INC_APPEND_HISTORY to prevent real-time history sharing across shells --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 01c4a54..97944c6 100644 --- a/.zshrc +++ b/.zshrc @@ -11,7 +11,7 @@ HISTSIZE=50000 SAVEHIST=50000 setopt HIST_IGNORE_ALL_DUPS setopt HIST_REDUCE_BLANKS -setopt SHARE_HISTORY +setopt INC_APPEND_HISTORY setopt HIST_IGNORE_SPACE # Shell options.