From f04344dbfe4752d27ab8360693736103a9618169 Mon Sep 17 00:00:00 2001 From: Nathan Stilwell Date: Fri, 4 Mar 2016 11:41:30 -0500 Subject: [PATCH] Removing lib/grep due to deprecated GREP_OPTIONS based on this https://github.com/robbyrussell/oh-my-zsh/issues/3340, I'm just cutting this because I don't really need it anyway. --- lib/grep.zsh | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 lib/grep.zsh diff --git a/lib/grep.zsh b/lib/grep.zsh deleted file mode 100644 index 93c4270b6..000000000 --- a/lib/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