[zsh] try to reduce zsh startup time

This commit is contained in:
2026-04-08 17:35:17 +08:00
parent 7c897c60dd
commit 9d999b7374
3 changed files with 59 additions and 1 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
{
programs.zsh = {
enable = true;
enableCompletion = true;
# enableCompletion = true;
autosuggestion.enable = true;
syntaxHighlighting.enable = true;
};