|
@@ -16,9 +16,9 @@ elif grep-flag-available --exclude=.cvs; then
|
|
fi
|
|
fi
|
|
|
|
|
|
# export grep settings
|
|
# export grep settings
|
|
-export GREP_OPTIONS="$GREP_OPTIONS"
|
|
|
|
-export GREP_COLOR='1;32'
|
|
|
|
|
|
+alias grep="grep $GREP_OPTIONS"
|
|
|
|
|
|
# clean up
|
|
# clean up
|
|
|
|
+unset GREP_OPTIONS
|
|
unset VCS_FOLDERS
|
|
unset VCS_FOLDERS
|
|
unfunction grep-flag-available
|
|
unfunction grep-flag-available
|