Merged custom and lib.

This commit is contained in:
Sorin Ionescu 2011-05-30 18:39:04 -04:00
commit e9d2eee6e3
10 changed files with 130 additions and 169 deletions

View file

@ -1,4 +1,8 @@
if [[ "$DISABLE_COLOR" != "true" ]]; then
[[ -z "$GREP_OPTIONS" ]] && export GREP_OPTIONS='--color=auto'
[[ -z "$GREP_COLOR" ]] && export GREP_COLOR='1;32'
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='37;45'
else
export GREP_OPTIONS='--color=none'
export GREP_COLOR=''
fi