From 3d5dd8d467e028a91aa2c319c2023c343c3029f4 Mon Sep 17 00:00:00 2001 From: Dustin Swan Date: Mon, 7 Nov 2022 10:52:47 -0500 Subject: [PATCH] zsh syntax highlighting --- home-cli.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/home-cli.nix b/home-cli.nix index 6420b2a..c895019 100644 --- a/home-cli.nix +++ b/home-cli.nix @@ -73,6 +73,7 @@ in programs.zsh = { enable = true; enableAutosuggestions = true; + enableSyntaxHighlighting = true; oh-my-zsh = { enable = true; plugins = [ "git" "httpie" "aws" "fd" "fzf" "mosh" "npm" "ripgrep" "rsync" "sudo" "yarn" "vi-mode" ];