parent
3a444ea70a
commit
deab2ed376
@ -1,6 +1,4 @@
|
|||||||
#
|
if [[ "$DISABLE_COLOR" != "true" ]]; then
|
||||||
# Color grep results
|
[[ -z "$GREP_OPTIONS" ]] && export GREP_OPTIONS='--color=auto'
|
||||||
# Examples: http://rubyurl.com/ZXv
|
[[ -z "$GREP_COLOR" ]] && export GREP_COLOR='1;32'
|
||||||
#
|
fi
|
||||||
export GREP_OPTIONS='--color=auto'
|
|
||||||
export GREP_COLOR='1;32'
|
|
||||||
|
Loading…
Reference in new issue