.exports: Always enable colored grep output

This commit is contained in:
Mathias Bynens
2013-04-19 18:17:42 +02:00
parent fa14911e95
commit 1cda76f0be
+3
View File
@@ -17,3 +17,6 @@ export LESS_TERMCAP_md="$ORANGE"
# Dont clear the screen after quitting a manual page
export MANPAGER="less -X"
# Always enable colored `grep` output
export GREP_OPTIONS="--color=auto"