diff --git a/home/zsh/default.nix b/home/zsh/default.nix index 6713458..4760d39 100644 --- a/home/zsh/default.nix +++ b/home/zsh/default.nix @@ -34,7 +34,7 @@ in expireDuplicatesFirst = true; ignoreSpace = true; ignoreDups = true; - share = true; + share = false; path = "${config.xdg.dataHome}/zsh/zsh_history"; };