backgrounds: Add two more for the collection.
[profile] / gitconfig
index 8f26980..687ff9e 100644 (file)
--- a/gitconfig
+++ b/gitconfig
@@ -27,6 +27,8 @@
        diff = auto
        status = auto
        branch = auto
+       interactive = auto
+       grep = auto
 
 [color "diff"]
        plain = normal
        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"