Skip to content

Instantly share code, notes, and snippets.

@anseljh
Created August 12, 2016 21:39
Show Gist options
  • Save anseljh/cb0f7234caef3e242c6ce0e49c6a9a2e to your computer and use it in GitHub Desktop.
Save anseljh/cb0f7234caef3e242c6ce0e49c6a9a2e to your computer and use it in GitHub Desktop.
Grep colors that don't suck (too much)
# Grep colors!
# Colors: http://www.termsys.demon.co.uk/vtansi.htm#colors
# Parameters: http://blog.amit-agarwal.co.in/2011/03/06/grep_colors-change-the-colors-in-the-grep-output/
# export GREP_OPTIONS='--color=auto'
export GREP_COLORS="fn=32:ln=2;32:sl=37:mt=31:cx=2"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment