Renamed lib/ to functions/ and renamed files inside of it.

This commit is contained in:
Sorin Ionescu 2011-07-14 16:12:15 -04:00
commit 3fd9cf9f86
13 changed files with 2 additions and 2 deletions

View file

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