X-Git-Url: http://git.iain.cx/?p=profile.git;a=blobdiff_plain;f=.gitconfig;h=aeb71642a8b0ae4d038648dc87e7c3a858ad859c;hp=b1eebbc4d80504d9be58bdc2873438b79d890708;hb=38e73bd0f8a6b326fb47e4cba06587b03e561a07;hpb=87a68538a347902ef3c820576b90002063ec99a7 diff --git a/.gitconfig b/.gitconfig index b1eebbc..aeb7164 100644 --- a/.gitconfig +++ b/.gitconfig @@ -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