summaryrefslogtreecommitdiff
path: root/lib/grep.zsh
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2009-09-23 07:43:36 -0700
committerRobby Russell <robby@planetargon.com>2009-09-23 07:43:36 -0700
commit8debd097fbea09032c27b2c8d69d8430d7ea0551 (patch)
tree116ff17dfe29a5906b9a631efa1dd52b8165ec3d /lib/grep.zsh
parent2759586aae5bea9ec38bb16403381c73589776ed (diff)
downloadzsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.tar.gz
zsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.tar.bz2
zsh-8debd097fbea09032c27b2c8d69d8430d7ea0551.zip
Moving all zsh config options into a lib/ subdirectory to make way for some upcoming changes to directory structure and configuration options
Diffstat (limited to 'lib/grep.zsh')
-rw-r--r--lib/grep.zsh6
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