summary refs log tree commit diff stats
path: root/user/settings/zsh.nix
diff options
context:
space:
mode:
authorAlan Pearce2019-11-20 17:15:23 +0100
committerAlan Pearce2019-11-20 17:15:31 +0100
commitdb639f6981fc4e729e7f58c771712bf4ebb1c044 (patch)
treeb10d253c6bdb137bd9b0b8521419febbb01a8f1d /user/settings/zsh.nix
parentf1d5fe7041427f637a35947a476b8f50baaeaaf7 (diff)
downloadnixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.tar.lz
nixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.tar.zst
nixfiles-db639f6981fc4e729e7f58c771712bf4ebb1c044.zip
zsh: Don't immediately share history between terminals
Diffstat (limited to 'user/settings/zsh.nix')
-rw-r--r--user/settings/zsh.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/user/settings/zsh.nix b/user/settings/zsh.nix
index 6386dd74..ed1b75e9 100644
--- a/user/settings/zsh.nix
+++ b/user/settings/zsh.nix
@@ -38,6 +38,7 @@ in
       path = ".cache/zsh/history";
       save = 20000;
       size = 10000;
+      share = false;
     };
 
     localVariables = {