aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bash/bashrc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bash/bashrc b/bash/bashrc
index 3f21e70e..0ad2c05a 100644
--- a/bash/bashrc
+++ b/bash/bashrc
@@ -5,9 +5,6 @@
export EDITOR=vi
export VISUAL=$EDITOR
-# My GPG key ID for convenience.
-export GPGKEY=255AAC13
-
# Use less as my pager if available.
hash less &>/dev/null && export PAGER=less