aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorWilliam Santos <bill@home>2015-10-18 22:46:56 -0700
committerMathias Bynens <mathias@qiwi.be>2015-10-26 14:30:57 +0100
commitc0098b62c312e98dea29489a3d54f9f8597d72d6 (patch)
tree5be2d1699a7560870784ff09b2b4eff979b905ee /.exports
parentc2c70b495b561ec1267774bbf49be464a076178e (diff)
downloaddotfiles-c0098b62c312e98dea29489a3d54f9f8597d72d6.tar.gz
dotfiles-c0098b62c312e98dea29489a3d54f9f8597d72d6.tar.bz2
dotfiles-c0098b62c312e98dea29489a3d54f9f8597d72d6.zip
.aliases: Enable colored `grep` output
Note that `GREP_OPTIONS=--color=auto` is deprecated in GNU `grep`. Closes #467 and #590.
Diffstat (limited to '.exports')
-rw-r--r--.exports3
1 files changed, 0 insertions, 3 deletions
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';