diff --git a/modules/home/caem/core/zsh.nix b/modules/home/caem/core/zsh.nix index 7275874..26d5cbb 100644 --- a/modules/home/caem/core/zsh.nix +++ b/modules/home/caem/core/zsh.nix @@ -6,7 +6,7 @@ enableCompletion = true; autosuggestion.enable = true; syntaxHighlighting.enable = true; - dotDir = "${config.xdg.configHome}/zsh"; + dotDir = ".config/zsh"; history.size = 10000; history.ignoreAllDups = true;