aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2013-03-11 02:31:56 +1300
committerTom Ryder <tom@sanctum.geek.nz>2013-03-11 02:31:56 +1300
commitea49c364fdc42a792a736875ddd44cfd6e5389cb (patch)
tree24f0ee168decc278584f5b038fe86d741f12a795
parentHandling this with keychain now (diff)
downloaddotfiles-ea49c364fdc42a792a736875ddd44cfd6e5389cb.tar.gz
dotfiles-ea49c364fdc42a792a736875ddd44cfd6e5389cb.zip
Turns out this is unnecessary
-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