From 0d66c53e7e50c01b6ebae7218b9b924747c3b6ec Mon Sep 17 00:00:00 2001
From: xero <x@xero.nu>
Date: Mon, 23 Jan 2017 00:15:24 -0500
Subject: git signing with gpg!

---
 git/.gitconfig | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/git/.gitconfig b/git/.gitconfig
index a67a232..5b3f1f4 100644
--- a/git/.gitconfig
+++ b/git/.gitconfig
@@ -1,10 +1,11 @@
 [user]
 	name = xero
 	email = x@xero.nu
+	signingkey = EB2399A45E8BCE0F
 [credential]
 	helper = cache
 [alias]
-	graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%x20(%ce)%n%x20%s%n"
+  graph = log --graph --color --pretty=format:"%C(yellow)%H%C(green)%d%C(reset)%n%x20%cd%n%x20%cn%C(blue)%x20(%ce)%x20%C(cyan)[gpg:%GK%x20%G?]%C(reset)%n%x20%s%n"
 	stat = status -sb
 	last = log -1 --stat
 	unstage = reset HEAD --
@@ -16,3 +17,5 @@
 	tool = vimdiff
 [difftool]
 	prompt = false
+[gpg]
+	program = gpg
-- 
cgit v1.2.1