Update syntax highlighting

This commit is contained in:
Oliver Davies 2024-12-28 23:24:05 +00:00
parent ba50ef37c5
commit 8a768262fc

View file

@ -4,7 +4,7 @@
programs.zsh = {
enable = true;
enableCompletion = true;
enableSyntaxHighlighting = true;
syntaxHighlighting.enable = true;
cdpath = [ "~/Code" ];
dotDir = ".config/zsh";