feat(zsh): syntax highlight

This commit is contained in:
Guz
2025-02-05 15:41:49 -03:00
parent 2c5b6b1484
commit e2d495af6b

View File

@@ -131,4 +131,5 @@
programs.zsh.enable = true; programs.zsh.enable = true;
programs.zsh.autosuggestion.enable = true; programs.zsh.autosuggestion.enable = true;
programs.zsh.enableCompletion = true; programs.zsh.enableCompletion = true;
programs.zsh.syntaxHighlighting.enable = true;
} }