From e7c490d1b94c5942daeba22dd776e981c836f659 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:22:17 +0100 Subject: [PATCH] sldfkjsd --- modules/home/caem/core/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;