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
fi
# export grep settings
export GREP_OPTIONS="$GREP_OPTIONS"
export GREP_COLOR='1;32'
alias grep="grep $GREP_OPTIONS"
# clean up
unset GREP_OPTIONS
unset VCS_FOLDERS
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