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