diff options
-rw-r--r-- | zsh/appearance.zsh | 4 |
1 files changed, 3 insertions, 1 deletions
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 |