From f1a7e9fd93c0bd2c1792f320a63f0eb08158dd96 Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 8 Mar 2023 13:41:45 +0000 Subject: [PATCH] home: zsh: enable history sharing --- 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 057d900..c854c40 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -26,7 +26,7 @@ in expireDuplicatesFirst = true; ignoreSpace = true; ignoreDups = true; - share = false; + share = true; path = "${config.xdg.dataHome}/zsh/zsh_history"; };