Trying to get fancy colors in zsh

This commit is contained in:
2026-02-25 21:17:30 +01:00
parent ecde66e3ae
commit e844f636f1
+2 -2
View File
@@ -11,8 +11,8 @@ in
{
programs.zsh = {
enable = true;
#syntaxHighlighting.enable = true;
#autosuggestions.enable = true;
syntaxHighlighting.enable = true;
autosuggestions.enable = true;
enableCompletion = true;
autocd = true;
dotDir = config.home.homeDirectory;