]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/grep.zsh
zsh: only print pacman updates if checkupdates exists
[dotfiles.git] / zsh / lib / grep.zsh
1 #
2 # Color grep results
3 #
4 alias grep='grep --color=auto'
5 export GREP_COLORS='ms=1;32:mc=1;31'