Created
August 12, 2016 21:39
-
-
Save anseljh/cb0f7234caef3e242c6ce0e49c6a9a2e to your computer and use it in GitHub Desktop.
Grep colors that don't suck (too much)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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