From bece9f99788028738c8913b4405b2746a2d3ef72 Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Tue, 28 Jul 2015 10:33:23 +0200 Subject: [PATCH] gitconfig: use GNU grep-like colors for git grep --- gitconfig.in | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.44.1