Skip to content

Commit

Permalink
.exports: Always enable colored grep output
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiasbynens committed Apr 19, 2013
1 parent fa14911 commit 1cda76f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .exports
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 1cda76f

Please sign in to comment.