From 04607d6d207838a7e32bec1eb20e693a26ba78bb Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 2 Apr 2013 12:58:30 +0200 Subject: [PATCH] update .gitconfig Signed-off-by: Nico Schottelius --- configs/dot-gitconfig | 14 +++++++++----- 1 file changed, 9 insertions(+), 5 deletions(-) diff --git a/configs/dot-gitconfig b/configs/dot-gitconfig index c8291602..d4f38cf6 100644 --- a/configs/dot-gitconfig +++ b/configs/dot-gitconfig @@ -1,5 +1,5 @@ # -# 2009-2011 Nico Schottelius (nico-configfiles at schottelius.org) +# 2009-2013 Nico Schottelius (nico-configfiles at schottelius.org) # # This file is part of nsdotfiles. # @@ -42,7 +42,7 @@ m = merge p = push pl = pull - plp = !git pull && git push + pnp = !git pull && git push r = reset s = status t = tag @@ -69,14 +69,18 @@ [color] ui = auto + # -# PRIVATE STUFF +# PRIVATE STUFF - probably not usable for you # [user] - email = nico@HOSTNAME + email = nico@bento.schottelius.org name = Nico Schottelius [cia] - email = nico-cia.vc@HOSTNAME + email = nico-cia.vc@schottelius.org url= http://git.schottelius.org/?p=@@project@@;a=commit;h=@@sha1@@ + +[irker] + channels = irc://chat.freenode.net/cstar,irc://chat.freenode.net/commits