home: common: fix zsh GREP_COLORS

Signed-off-by: Amneesh Singh <amneesh@ti.com>
This commit is contained in:
Amneesh Singh
2025-10-17 11:52:29 +05:30
parent 539b46393e
commit ec8d9fafdd

View File

@@ -17,7 +17,7 @@
autosuggestions.color = "fg=yellow,bold";
utility.safeOps = false;
extraConfig = lib.mkBefore ''
export GREP_COLORS="ms=01;31"
export GREP_COLORS="mt=01;31"
'';
};
initContent = lib.mkAfter ''