Skip to content

Instantly share code, notes, and snippets.

@thomasaw
Created December 27, 2014 11:35
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save thomasaw/03d280c002515e55e055 to your computer and use it in GitHub Desktop.
bash entry for grep color support
YELLOW='1;33'
export GREP_OPTIONS='--color=auto'
export GREP_COLOR=$YELLOW
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment