about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--modules/shell/zsh/zshrc.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/shell/zsh/zshrc.nix b/modules/shell/zsh/zshrc.nix
index 869e33e24e99..2c339f0cc11f 100644
--- a/modules/shell/zsh/zshrc.nix
+++ b/modules/shell/zsh/zshrc.nix
@@ -31,7 +31,7 @@ let
     short_loops = true;
 
     # History
-    share_history = true;
+    share_history = false;
     bang_hist = true;
     hist_allow_clobber = true;
     hist_beep = true;