From bced09acc2f1c705feb8323f052f6b7f90bf2e43 Mon Sep 17 00:00:00 2001 From: Jacob Hinkle Date: Wed, 13 Sep 2023 07:58:41 -0400 Subject: [PATCH] Fix zsh syntax hightlighting setting --- home/jacob.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/jacob.nix b/home/jacob.nix index d550022..c7c175f 100644 --- a/home/jacob.nix +++ b/home/jacob.nix @@ -244,7 +244,8 @@ }; zsh = { enable = true; - syntaxHighlighting.enable = true; + #syntaxHighlighting.enable = true; + enableSyntaxHighlighting = true; shellAliases = { lg = "lazygit"; vim = "nvim";