Commit ae1a61593e90

Vincent Demeester <vincent@sbr.pm>
2025-04-18 01:20:16
home/common/shell: fix zsh dotDir
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 2c996bd
Changed files (1)
home
common
shell
home/common/shell/zsh.nix
@@ -8,7 +8,7 @@
     enableCompletion = true;
     autosuggestion.enable = true;
     autocd = true;
-    dotDir = "${config.xdg.configHome}/zsh";
+    dotDir = ".config/zsh";
     defaultKeymap = "emacs";
     history = {
       expireDuplicatesFirst = true;