commit 269ff85ddfb526a533b824b79e2ba4ff6f0d2518
parent bed646c76dbda2d757b03f2103fc950c4d126785
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 28 Nov 2012 10:24:31 -0800
Corrected GNUPGHOME
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.profile b/.profile
@@ -9,7 +9,7 @@
umask 022
export EDITOR=/usr/bin/vim
-export GNUPGHOME=/Volumes/Personal/.gnupg
+export GNUPGHOME="$HOME/.gnupg"
if [ -n "$BASH_VERSION" ]; then
# bash doesn't read .bashrc in login shells, do it manually