aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc3
-rw-r--r--git/gitconfig1
2 files changed, 4 insertions, 0 deletions
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