Merged custom/ and lib/.

Conflicts:

	custom/aliases.zsh
	custom/functions.zsh
	custom/grep.zsh
This commit is contained in:
Sorin Ionescu 2011-05-30 18:39:04 -04:00
commit ec4f279445
9 changed files with 130 additions and 162 deletions

View file

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