From 552ed4317e1f3688d7affc1637701c2024674e31 Mon Sep 17 00:00:00 2001 From: Matt Singleton Date: Tue, 15 Sep 2020 09:28:45 -0500 Subject: GREP_OPTIONS deprecated --- zsh/appearance.zsh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'zsh') diff --git a/zsh/appearance.zsh b/zsh/appearance.zsh index fb55827..3aca4f0 100644 --- a/zsh/appearance.zsh +++ b/zsh/appearance.zsh @@ -10,8 +10,10 @@ else fi # grep -export GREP_OPTIONS='--color=auto' export GREP_COLOR='1;32' +alias grep='grep --color=auto' +alias egrep='egrep --color=auto' +alias fgrep='fgrep --color=auto' # less export LESS_TERMCAP_mb=$'\e[0;31m' # begin blinking - red -- cgit v1.2.3