fix zdot till stable update

This commit is contained in:
2025-11-12 00:36:23 -06:00
parent 1a67b02d7c
commit cfb55f980d

View File

@@ -22,7 +22,8 @@ in {
programs.${program} = {
enable = true;
dotDir = "${config.xdg.configHome}/zsh";
#dotDir = "${config.xdg.configHome}/zsh";
dotDir = ".config/zsh";
autocd = true;
enableCompletion = true;