aboutsummaryrefslogtreecommitdiffstats
path: root/.exports
diff options
context:
space:
mode:
authorMathias Bynens <mathias@qiwi.be>2013-04-19 18:17:42 +0200
committerMathias Bynens <mathias@qiwi.be>2013-04-19 18:17:42 +0200
commit1cda76f0bebee8a013962ecf9b1d438b6e77f0ea (patch)
treedaf0af11769ed4e4e512fe4fa0854392beb1c55f /.exports
parentfa14911e953f0d2c8db43538647c9413cca2d5a3 (diff)
downloaddotfiles-1cda76f0bebee8a013962ecf9b1d438b6e77f0ea.tar.gz
dotfiles-1cda76f0bebee8a013962ecf9b1d438b6e77f0ea.tar.bz2
dotfiles-1cda76f0bebee8a013962ecf9b1d438b6e77f0ea.zip
.exports: Always enable colored `grep` output
Diffstat (limited to '.exports')
-rw-r--r--.exports3
1 files changed, 3 insertions, 0 deletions
diff --git a/.exports b/.exports
index 6fb87df..7797d79 100644
--- a/.exports
+++ b/.exports
@@ -17,3 +17,6 @@ export LESS_TERMCAP_md="$ORANGE"
# Don’t clear the screen after quitting a manual page
export MANPAGER="less -X"
+
+# Always enable colored `grep` output
+export GREP_OPTIONS="--color=auto"