|
|
@ -71,9 +71,9 @@ if is-callable 'dircolors'; then
|
|
|
|
eval "$(dircolors --sh)"
|
|
|
|
eval "$(dircolors --sh)"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
alias ls="$aliases[ls] --color=auto"
|
|
|
|
alias ls="${aliases[ls]:-ls} --color=auto"
|
|
|
|
else
|
|
|
|
else
|
|
|
|
alias ls="$aliases[ls] -F"
|
|
|
|
alias ls="${aliases[ls]:-ls} -F"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
else
|
|
|
|
else
|
|
|
|
# BSD Core Utilities
|
|
|
|
# BSD Core Utilities
|
|
|
@ -107,7 +107,7 @@ if zstyle -t ':prezto:module:utility:grep' color; then
|
|
|
|
export GREP_COLOR='37;45' # BSD.
|
|
|
|
export GREP_COLOR='37;45' # BSD.
|
|
|
|
export GREP_COLORS="mt=$GREP_COLOR" # GNU.
|
|
|
|
export GREP_COLORS="mt=$GREP_COLOR" # GNU.
|
|
|
|
|
|
|
|
|
|
|
|
alias grep="$aliases[grep] --color=auto"
|
|
|
|
alias grep="${aliases[grep]:-grep} --color=auto"
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
|
|
# Mac OS X Everywhere
|
|
|
|
# Mac OS X Everywhere
|
|
|
|