1
Fork 0
This commit is contained in:
caem 2025-01-24 00:22:17 +01:00
parent 273085192c
commit e7c490d1b9
Signed by: caem
GPG key ID: 69A830D03203405F

View file

@ -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;