From 39fc5a372d6185081c9204d49498f0a826a39de1 Mon Sep 17 00:00:00 2001 From: Emmet Date: Fri, 28 Jul 2023 11:33:53 -0500 Subject: [PATCH] Updated syntax highlighting option --- user/shell/sh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/user/shell/sh.nix b/user/shell/sh.nix index 1ba0fef..954f84d 100644 --- a/user/shell/sh.nix +++ b/user/shell/sh.nix @@ -15,7 +15,7 @@ in enable = true; enableAutosuggestions = true; enableCompletion = true; - enableSyntaxHighlighting = true; + syntaxHighlighting.enable = true; shellAliases = myAliases; initExtra = '' PROMPT=" ◉ %U%F{magenta}%n%f%u@%U%F{blue}%m%f%u:%F{yellow}%~%f