]> git.rmz.io Git - dotfiles.git/blobdiff - zsh/lib/grep.zsh
merge oh-my-zsh into subdir
[dotfiles.git] / zsh / lib / grep.zsh
diff --git a/zsh/lib/grep.zsh b/zsh/lib/grep.zsh
new file mode 100644 (file)
index 0000000..93c4270
--- /dev/null
@@ -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