diff options
Diffstat (limited to '.exports')
-rw-r--r-- | .exports | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |