From: Simon Ruderich Date: Tue, 28 Jul 2015 08:33:23 +0000 (+0200) Subject: gitconfig: use GNU grep-like colors for git grep X-Git-Url: https://ruderich.org/simon/gitweb/?p=config%2Fdotfiles.git;a=commitdiff_plain;h=bece9f99788028738c8913b4405b2746a2d3ef72 gitconfig: use GNU grep-like colors for git grep --- diff --git a/gitconfig.in b/gitconfig.in index 43819d6..cb2b159 100644 --- a/gitconfig.in +++ b/gitconfig.in @@ -37,6 +37,11 @@ # Commit headers. commit = cyan +# GNU grep-like colors. +[color "grep"] + filename = magenta + linenumber = green + [core] editor = vim # Global gitattributes file. Thanks to canton7 in #git on Freenode