From 2b2d5c02a88899da506a1b1d43192bda17c31cf6 Mon Sep 17 00:00:00 2001 From: tomit4 Date: Sat, 25 Dec 2021 06:34:15 -0800 Subject: [PATCH] added yellow highlighting for GREP_COLORS --- bashrc.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bashrc.txt b/bashrc.txt index a42ecb78..1337a705 100644 --- a/bashrc.txt +++ b/bashrc.txt @@ -253,4 +253,5 @@ alias indelible="doas chattr +i" # makes a file impossible to delete (except wit export EDITOR=nvim export PATH="$PATH:$GOPATH/bin:/home/brian/scripts" +export GREP_COLORS='ms=01;33' [ -f ~/.fzf.bash ] && source ~/.fzf.bash