Populated custom.

This commit is contained in:
Sorin Ionescu 2011-04-19 21:58:02 -04:00
commit 8d935eede9
7 changed files with 127 additions and 5 deletions

7
custom/grep.zsh Normal file
View file

@ -0,0 +1,7 @@
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