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