Consistent screen caption on different terminals.
[profile.git] / .gitconfig
index 67eddc0..aeb7164 100644 (file)
@@ -5,11 +5,16 @@
        new = cyan
        meta = green
 [color "interactive"]
-       prompt = cyan
-       header = green
+       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