aboutsummaryrefslogtreecommitdiff
path: root/bash
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2012-07-31 20:19:17 +1200
committerTom Ryder <tom@sanctum.geek.nz>2012-07-31 20:19:17 +1200
commit743331a2daf08d4095947706c9c3d270df1ad2d8 (patch)
treeb49944a6a16e57d1eb5e47445f181a83beeb020e /bash
parentPull updates to my syntax files (diff)
downloaddotfiles-743331a2daf08d4095947706c9c3d270df1ad2d8.tar.gz
dotfiles-743331a2daf08d4095947706c9c3d270df1ad2d8.zip
Add references to GPG key
Diffstat (limited to 'bash')
-rw-r--r--bash/bashrc3
1 files changed, 3 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