Commit dd270878 authored by Ondřej Súkup's avatar Ondřej Súkup Committed by Marc Cornellà
Browse files

Change to alias and remove deprecated GREP_COLOR

parent 71184315
...@@ -16,9 +16,9 @@ elif grep-flag-available --exclude=.cvs; then ...@@ -16,9 +16,9 @@ elif grep-flag-available --exclude=.cvs; then
fi fi
# export grep settings # export grep settings
export GREP_OPTIONS="$GREP_OPTIONS" alias grep="grep $GREP_OPTIONS"
export GREP_COLOR='1;32'
# clean up # clean up
unset GREP_OPTIONS
unset VCS_FOLDERS unset VCS_FOLDERS
unfunction grep-flag-available unfunction grep-flag-available
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment