]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - gitconfig.in
gitconfig: use GNU grep-like colors for git grep
[config/dotfiles.git] / gitconfig.in
index 43819d60fc35c62b78748857fa811c877d44b663..cb2b159b962996a4aea072db110c25af2cfabcc1 100644 (file)
        # 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