From 273085192ceef55bd39fcfd3a8003cfe0a5bf6c1 Mon Sep 17 00:00:00 2001 From: caem Date: Fri, 24 Jan 2025 00:20:10 +0100 Subject: [PATCH] fuck out of my home dir --- modules/home/caem/core/zsh.nix | 1 + 1 file changed, 1 insertion(+) 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;