From 93853fe1ef358edf191385eeeaec87e673ce20ba Mon Sep 17 00:00:00 2001 From: jiriks74 Date: Tue, 10 Dec 2024 04:18:06 +0100 Subject: [PATCH] fix(zsh): Do not share history between instances --- zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zsh.nix b/zsh.nix index c7fe111..3f5d356 100644 --- a/zsh.nix +++ b/zsh.nix @@ -204,7 +204,7 @@ path = "${config.xdg.cacheHome}/zhistory"; save = 10000; size = 10000; - # share = true; + share = false; }; }; };