Enabling grep coloring, put it under .bashrc or .bash_profile on mac
alias grep='GREP_COLOR="1;33;40" LANG=C grep --color=auto'
Enabling grep coloring, put it under .bashrc or .bash_profile on mac
alias grep='GREP_COLOR="1;33;40" LANG=C grep --color=auto'