1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-09 15:43:54 +00:00
prezto/lib/grep.zsh

5 lines
167 B
Bash
Raw Normal View History

2011-02-27 15:13:57 +00:00
if [[ "$DISABLE_COLOR" != "true" ]]; then
[[ -z "$GREP_OPTIONS" ]] && export GREP_OPTIONS='--color=auto'
[[ -z "$GREP_COLOR" ]] && export GREP_COLOR='1;32'
fi