about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--zsh.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/zsh.nix b/zsh.nix
index d700d42a..4219fcc3 100644
--- a/zsh.nix
+++ b/zsh.nix
@@ -19,6 +19,8 @@
     export HISTSIZE=100000
     export SAVEHIST=100000
 
+    unsetopt SHARE_HISTORY
+
     setopt extendedglob
     setopt extendedhistory
     setopt globcomplete