diff --git a/modules/home-manager/zsh.nix b/modules/home-manager/zsh.nix index 87ef31b..2f39bb3 100644 --- a/modules/home-manager/zsh.nix +++ b/modules/home-manager/zsh.nix @@ -7,6 +7,7 @@ enableCompletion = true; autosuggestion.enable = true; # syntaxHighlighting.enable = true; + dotDir = "${config.xdg.configHome}/zsh"; history = { append = true; ignoreAllDups = true;