From 75a3b75135cd04d22734a145b28253f66861c518 Mon Sep 17 00:00:00 2001 From: Grisha Shipunov Date: Fri, 27 Jun 2025 13:52:56 +0200 Subject: [PATCH] remove shell color highlighting --- modules/basic-tools/zsh.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/basic-tools/zsh.nix b/modules/basic-tools/zsh.nix index 91c6292..8e47207 100644 --- a/modules/basic-tools/zsh.nix +++ b/modules/basic-tools/zsh.nix @@ -15,7 +15,6 @@ programs.zsh = { enable = true; enableCompletion = true; - syntaxHighlighting.enable = true; interactiveShellInit = '' bindkey -e export HISTFILE="$HOME/.zsh_history"