From 743331a2daf08d4095947706c9c3d270df1ad2d8 Mon Sep 17 00:00:00 2001 From: Tom Ryder Date: Tue, 31 Jul 2012 20:19:17 +1200 Subject: Add references to GPG key --- bash/bashrc | 3 +++ git/gitconfig | 1 + 2 files changed, 4 insertions(+) diff --git a/bash/bashrc b/bash/bashrc index 67051833..56473547 100644 --- a/bash/bashrc +++ b/bash/bashrc @@ -7,6 +7,9 @@ export EDITOR=vi # None of this UTF8 drawing characters nonsense. export NCURSES_NO_UTF8_ACS=1 +# My GPG key ID for convenience. +export GPGKEY=255AAC13 + # Keep plenty of history. unset HISTFILESIZE HISTSIZE=1000000 diff --git a/git/gitconfig b/git/gitconfig index bc9e6fe7..833cdf02 100644 --- a/git/gitconfig +++ b/git/gitconfig @@ -1,6 +1,7 @@ [user] name = Tom Ryder email = tom@sanctum.geek.nz + signingkey = 255AAC13 [color] ui = true -- cgit v1.2.3