diff options
Diffstat (limited to 'lib/grep.zsh')
-rw-r--r-- | lib/grep.zsh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/grep.zsh b/lib/grep.zsh new file mode 100644 index 000000000..93c4270b6 --- /dev/null +++ b/lib/grep.zsh @@ -0,0 +1,6 @@ +# +# Color grep results +# Examples: http://rubyurl.com/ZXv +# +export GREP_OPTIONS='--color=auto' +export GREP_COLOR='1;32'
\ No newline at end of file |