From 3919a87d9e19fe9544947bf15fe2b06c1cdaf804 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 25 Aug 2021 12:22:21 +0200 Subject: [PATCH] home: zsh: do not share history accross shells It's more annoying than helpful... --- home/zsh/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 96ec251..27077cf 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -18,7 +18,7 @@ in extended = false; ignoreSpace = true; ignoreDups = true; - share = true; + share = false; path = "${config.xdg.dataHome}/zsh/zsh_history"; };