From dc7933982cbff28fee71eecd4dabc46c640b6e63 Mon Sep 17 00:00:00 2001 From: Thomas Boerger Date: Fri, 20 Sep 2024 09:00:52 +0200 Subject: [PATCH] fix: use correct color code for grep --- profiles/thomas/programs/zsh.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/thomas/programs/zsh.nix b/profiles/thomas/programs/zsh.nix index 09fd3ca..5be8cb3 100644 --- a/profiles/thomas/programs/zsh.nix +++ b/profiles/thomas/programs/zsh.nix @@ -49,7 +49,7 @@ in EDITOR = "vim"; PAGER = "less"; CLICOLOR = "1"; - GREP_COLOR = "mt=1;33"; + GREP_COLOR = "1;33"; IGNOREEOF = "1"; };