]> git.rmz.io Git - dotfiles.git/blob - zsh/lib/grep.zsh
bit: create weechat new-session if none exist
[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'