From c0098b62c312e98dea29489a3d54f9f8597d72d6 Mon Sep 17 00:00:00 2001 From: William Santos Date: Sun, 18 Oct 2015 22:46:56 -0700 Subject: .aliases: Enable colored `grep` output Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590. --- .exports | 3 --- 1 file changed, 3 deletions(-) (limited to '.exports') diff --git a/.exports b/.exports index e249e18..4654085 100644 --- a/.exports +++ b/.exports @@ -23,6 +23,3 @@ export LESS_TERMCAP_md="${yellow}"; # Don’t clear the screen after quitting a manual page. export MANPAGER='less -X'; - -# Always enable colored `grep` output. -export GREP_OPTIONS='--color=auto'; -- cgit v1.2.3