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