diff options
author | William Santos <bill@home> | 2015-10-18 22:46:56 -0700 |
---|---|---|
committer | Mathias Bynens <mathias@qiwi.be> | 2015-10-26 14:30:57 +0100 |
commit | c0098b62c312e98dea29489a3d54f9f8597d72d6 (patch) | |
tree | 5be2d1699a7560870784ff09b2b4eff979b905ee /.exports | |
parent | c2c70b495b561ec1267774bbf49be464a076178e (diff) | |
download | dotfiles-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-- | .exports | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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'; |