Merge pull request #1601 from dedowsdi/grep_color

Use default GREP_COLOR.
pull/1606/head
Nils Winkler 2020-05-19 09:12:35 +02:00 committed by GitHub
commit ed6d443a07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -28,7 +28,6 @@ alias vbpf="vim ~/.bash_profile"
if grep --color=auto "a" "${BASH_IT}/"*.md &> /dev/null
then
alias grep='grep --color=auto'
export GREP_COLOR='1;33'
fi
if which gshuf &> /dev/null