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"; };