Skip to content

Instantly share code, notes, and snippets.

@DeMarko
Created March 17, 2010 06:48
Show Gist options
  • Save DeMarko/334985 to your computer and use it in GitHub Desktop.
Save DeMarko/334985 to your computer and use it in GitHub Desktop.
# will highlight the term you are grepping for, works in bash and zsh
alias grep='GREP_COLOR="1;37;41" LANG=C grep --color=auto'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment