X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/blobdiff_plain/f9f6fd32cf1e8cfab6ac71f9c34854e69e58711f..49f353d769ed62aff4d6946b344f96876a32f213:/gitconfig diff --git a/gitconfig b/gitconfig index 1f002ca..687ff9e 100644 --- a/gitconfig +++ b/gitconfig @@ -28,6 +28,7 @@ status = auto branch = auto interactive = auto + grep = auto [color "diff"] plain = normal @@ -37,6 +38,12 @@ commit = bold yellow whitespace = reverse red +[color "interactive"] + prompt = bold yellow + header = bold + help = green + error = bold red + [color "status"] header = bold added = bold green @@ -48,6 +55,9 @@ local = normal remote = cyan +[color "grep"] + external = --color=always + [alias] egrep = "grep -E" patch = "format-patch -o p -s"