From ceab564d11b149b69f89b88fc114d5a508a43e44 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 May 2016 23:31:37 +0200 Subject: [PATCH] fix grep_opts --- lib/grep.zsh | 1 - oh-my-zsh.sh | 0 2 files changed, 1 deletion(-) mode change 100644 => 100755 oh-my-zsh.sh diff --git a/lib/grep.zsh b/lib/grep.zsh index 276fec382..27af6e36e 100644 --- a/lib/grep.zsh +++ b/lib/grep.zsh @@ -20,5 +20,4 @@ elif grep-flag-available --exclude=.cvs; then fi unfunction grep-flag-available -export GREP_OPTIONS="$GREP_OPTIONS" export GREP_COLOR='1;32' diff --git a/oh-my-zsh.sh b/oh-my-zsh.sh old mode 100644 new mode 100755