dotdir warning

This commit is contained in:
John Lancaster
2026-02-16 17:33:41 -06:00
parent a928ddb959
commit a37bdacf24

View File

@@ -7,6 +7,7 @@
enableCompletion = true; enableCompletion = true;
autosuggestion.enable = true; autosuggestion.enable = true;
# syntaxHighlighting.enable = true; # syntaxHighlighting.enable = true;
dotDir = "${config.xdg.configHome}/zsh";
history = { history = {
append = true; append = true;
ignoreAllDups = true; ignoreAllDups = true;