dotfiles

Personal dotfiles
git clone https://git.bracken.jp/dotfiles.git
Log | Files | Refs | LICENSE

commit 1a9fcb7853d3e977d43a9c700b797dfe36e95175
parent 767da72bbf641aefc310cf52b83275c0257ebf8d
Author: Chris Bracken <chris@bracken.jp>
Date:   Mon, 19 Nov 2012 18:10:10 -0800

Updated GNUPGHOME

Diffstat:
M.profile | 2+-
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