feat(zsh): switch to fast-syntax-highlighting

This commit is contained in:
tux
2026-07-28 22:35:52 +05:30
parent 030377427b
commit 4814cc4722

View File

@@ -14,7 +14,7 @@
save = 1000000; save = 1000000;
path = "$HOME/.local/share/zsh/.zsh_history"; path = "$HOME/.local/share/zsh/.zsh_history";
}; };
syntaxHighlighting.enable = true; fastSyntaxHighlighting.enable = true;
autosuggestion.enable = true; autosuggestion.enable = true;
initContent = '' initContent = ''
${lib.getExe pkgs.fastfetch} ${lib.getExe pkgs.fastfetch}