all repos — nixfiles @ db639f6981fc4e729e7f58c771712bf4ebb1c044

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

zsh: Don't immediately share history between terminals

Alan Pearce
commit

db639f6981fc4e729e7f58c771712bf4ebb1c044

parent

f1d5fe7041427f637a35947a476b8f50baaeaaf7

1 file changed, 1 insertion(+), 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 = {