Consistent screen caption on different terminals.
[profile.git] / .gitconfig
index b1eebbc..aeb7164 100644 (file)
@@ -4,9 +4,17 @@
        frag = yellow
        new = cyan
        meta = green
+[color "interactive"]
+       prompt = green
+       header = yellow
 [user]
+       name = Iain Patterson
        email = me@iain.cx
 [http]
        sslVerify = false
 [pager]
        diff = false
+[alias]
+       alias = config --global --get-regexp 'alias\\..*'
+       amend = commit --amend
+       graph = log --graph --pretty=oneline