Populated custom.

This commit is contained in:
Sorin Ionescu 2011-04-19 21:58:02 -04:00
commit 6921a387f3
6 changed files with 130 additions and 2 deletions

8
custom/grep.zsh Normal file
View file

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