aboutsummaryrefslogtreecommitdiff
path: root/bash/bashrc
diff options
context:
space:
mode:
Diffstat (limited to 'bash/bashrc')
-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