X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/307d3be5278807033239e4c5aedde8991122d4c0..a085e9a844a57d962cd5ce14d4e092b9592ee8cc:/gitconfig diff --git a/gitconfig b/gitconfig index 8f26980..687ff9e 100644 --- a/gitconfig +++ b/gitconfig @@ -27,6 +27,8 @@ diff = auto status = auto branch = auto + interactive = auto + grep = auto [color "diff"] plain = normal @@ -36,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 @@ -47,6 +55,9 @@ local = normal remote = cyan +[color "grep"] + external = --color=always + [alias] egrep = "grep -E" patch = "format-patch -o p -s"