added yellow highlighting for GREP_COLORS

This commit is contained in:
tomit4 2021-12-25 06:34:15 -08:00
parent 73d788ec8c
commit 2b2d5c02a8

View file

@ -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