From 30da3597e6e5b5b2019732d90664b2b3d18bdc40 Mon Sep 17 00:00:00 2001 From: Tony Duckles Date: Sun, 25 Feb 2018 14:26:50 -0600 Subject: [PATCH] .bashrc: Sync GREP_COLORS with ackrc colors --- .bashrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index a8ca558..8a01250 100644 --- a/.bashrc +++ b/.bashrc @@ -360,9 +360,9 @@ if [ -n "$COLORS" ]; then ;; esac # older versions of grep only support a singular highlight color - export GREP_COLOR='1;37;42' + export GREP_COLOR='1;32' # newer versions of grep have more flexible color configuration - export GREP_COLORS='fn=36:ln=1;33:ms=1;37;42' + export GREP_COLORS='fn=36:ln=33:ms=1;32' fi # -------------------------------------------------------------------- -- 2.43.0