commit bed646c76dbda2d757b03f2103fc950c4d126785
parent 34c6073444e7ebc8b859a2369571376a3b706e22
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 28 Nov 2012 10:22:36 -0800
Merge branch 'master' of github.com:cbracken/dotfiles
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="$HOME/.gnupg"
+export GNUPGHOME=/Volumes/Personal/.gnupg
if [ -n "$BASH_VERSION" ]; then
# bash doesn't read .bashrc in login shells, do it manually