From b25e12ec528b5cefb52084223f51e57fcf8d6f89 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 26 Mar 2022 11:28:11 -0700 Subject: [PATCH] changed grep highlight color --- bashrc.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bashrc.txt b/bashrc.txt index 921d54b5..21af7ac9 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -355,7 +355,7 @@ alias yt='ddgr --gb \!yt "${1}"' export EDITOR=nvim export PATH="$PATH:$GOPATH/bin:/home/brian/scripts:/home/brian/.local/bin" -export GREP_COLORS='ms=01;33' +export GREP_COLORS='ms=01;36' [ -f ~/.fzf.bash ] && source ~/.fzf.bash # BEGIN_KITTY_SHELL_INTEGRATION