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