Browse Source

Remove usage of GREP_OPTIONS (deprecated)

Emmanuel Bouthenot 6 years ago
parent
commit
f05e0d5156
1 changed files with 1 additions and 2 deletions
  1. 1 2
      zsh/zshrc

+ 1 - 2
zsh/zshrc

@@ -127,8 +127,7 @@ alias rm='rm -i'
 alias mv='mv -i'
 alias cp='cp -i'
 
-export GREP_OPTIONS="--color=auto"
-alias mgrep="grep -rnisH"
+alias mgrep="grep --color=auto -rnisH"
 
 alias rsu="sudo -E zsh"
 alias reloadsh="exec zsh"