Watch
1
0
Fork
You've already forked oh-my-zsh
0
oh-my-zsh/lib/grep.zsh

6 lines
119 B
Shell
Raw Normal View History

#
# Color grep results
# Examples: http://rubyurl.com/ZXv
#
export GREP_OPTIONS='--color=auto'
export GREP_COLOR='1;32'