From db639f6981fc4e729e7f58c771712bf4ebb1c044 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 20 Nov 2019 17:15:23 +0100 Subject: zsh: Don't immediately share history between terminals --- user/settings/zsh.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'user/settings/zsh.nix') 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 = { -- cgit 1.4.1