This commit is contained in:
joy 2024-10-04 22:41:36 +02:00
parent d559ce2f1c
commit c0d1f84787

View file

@ -3,7 +3,7 @@
enable = true;
syntaxHighlighting.enable = true;
enableCompletion = true;
autosuggestion.enable = true;
# autosuggestion.enable = true;
historySubstringSearch.enable = true;
dotDir = ".config/zsh";
initExtra = "PROMPT='%F{green}%~%f '";