commit e4b9032d749bbc319a4861b0cd17ddbe32ac5783
parent f28913d26ada04c2052d99a74c4bea3ed5d2f3d7
Author: Jake Bauer <jbauer@paritybit.ca>
Date: Mon, 21 Sep 2020 12:22:36 -0400
Change GNUPG home
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -49,7 +49,7 @@ export HISTFILE="$XDG_CACHE_HOME/bash_history"
export LYNX_CFG="$HOME/.config/lynx/lynx.cfg"
export LYNX_LSS="$HOME/.config/lynx/lynx.lss"
# Removes ~/.gnupg
-export GNUPGHOME="/media/jbauer/keys/gpg"
+export GNUPGHOME="/run/media/jbauer/keys/gpg"
# Removes ~/.inputrc
export INPUTRC="$XDG_CONFIG_HOME/inputrc"