1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-10-07 04:28:50 +00:00
prezto/custom/grep.zsh

8 lines
183 B
Bash
Raw Normal View History

2011-04-20 01:58:02 +00:00
if [[ "$DISABLE_COLOR" != "true" ]]; then
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='37;45'
else
export GREP_OPTIONS='--color=none'
export GREP_COLOR=''
fi