]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/grep.zsh
a154ed90cd8911d1488f2339e5ae5628e1b7ed60
[dotfiles.git] / zsh / lib / grep.zsh
1 #
2 # Color grep results
3 #
4 export GREP_OPTIONS='--color=auto'
5 export GREP_COLOR='1;32'