mirror of
https://github.com/dcarrillo/prezto.git
synced 2024-12-22 08:08:00 +00:00
[Fix #748] Set grep color for BSD and GNU
This commit is contained in:
parent
925b94b6e2
commit
ba351df9fb
@ -104,7 +104,9 @@ alias sl='ls' # I often screw this up.
|
||||
|
||||
# Grep
|
||||
if zstyle -t ':prezto:module:utility:grep' color; then
|
||||
export GREP_COLOR='37;45'
|
||||
export GREP_COLOR='37;45' # BSD.
|
||||
export GREP_COLORS="mt=$GREP_COLOR" # GNU.
|
||||
|
||||
alias grep="$aliases[grep] --color=auto"
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user