aboutsummaryrefslogtreecommitdiff
path: root/git
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-01-10 10:50:17 +1300
committerTom Ryder <tom@sanctum.geek.nz>2012-01-10 10:50:17 +1300
commit4b0b7640b75d3896343fc8e6c2caccb226ab4583 (patch)
tree8fbf07ef5af041b6c7dca024a007a70b7dd194a4 /git
parentThis was causing more trouble than it was worth, I've always got gqap if I ne... (diff)
downloaddotfiles-4b0b7640b75d3896343fc8e6c2caccb226ab4583.tar.gz
dotfiles-4b0b7640b75d3896343fc8e6c2caccb226ab4583.zip
Pretty colors for git.
Diffstat (limited to 'git')
-rw-r--r--git/gitconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/git/gitconfig b/git/gitconfig
index cb63d63d..8214b3a1 100644
--- a/git/gitconfig
+++ b/git/gitconfig
@@ -1,3 +1,10 @@
[user]
name = Tom Ryder
email = tom@sanctum.geek.nz
+
+[color]
+ status = auto
+ branch = auto
+ interactive = auto
+ diff = auto
+