all repos — nixfiles @ db639f6981fc4e729e7f58c771712bf4ebb1c044

System and user configuration, managed by nix and home-manager

zsh: Don't immediately share history between terminals
Alan Pearce alan@alanpearce.eu
Wed, 20 Nov 2019 17:15:23 +0100
commit

db639f6981fc4e729e7f58c771712bf4ebb1c044

parent

f1d5fe7041427f637a35947a476b8f50baaeaaf7

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M user/settings/zsh.nixuser/settings/zsh.nix
@@ -38,6 +38,7 @@ extended = true;       path = ".cache/zsh/history";
       save = 20000;
       size = 10000;
+      share = false;
     };
 
     localVariables = {