diff options
author | Robby Russell <robby@planetargon.com> | 2009-09-23 07:43:36 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2009-09-23 07:43:36 -0700 |
commit | 8debd097fbea09032c27b2c8d69d8430d7ea0551 (patch) | |
tree | 116ff17dfe29a5906b9a631efa1dd52b8165ec3d /grep.zsh | |
parent | 2759586aae5bea9ec38bb16403381c73589776ed (diff) | |
download | zsh-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 'grep.zsh')
-rw-r--r-- | grep.zsh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/grep.zsh b/grep.zsh deleted file mode 100644 index 93c4270b6..000000000 --- a/grep.zsh +++ /dev/null @@ -1,6 +0,0 @@ -# -# Color grep results -# Examples: http://rubyurl.com/ZXv -# -export GREP_OPTIONS='--color=auto' -export GREP_COLOR='1;32'
\ No newline at end of file |