Getting notmuch/alot/afew/mbsync/msmtp working. sort of

This commit is contained in:
Dustin Swan
2014-03-25 12:33:53 -05:00
parent 818b70a16b
commit 9bd2f3a257
9 changed files with 71 additions and 16 deletions

8
zshrc
View File

@@ -52,7 +52,13 @@ fi
chruby $(cat ~/.ruby-version)
# GPG
~/dotfiles/bin/gpg-agent.sh
GPG_AGENT=$(which gpg-agent)
GPG_TTY=`tty`
export GPG_TTY
if [ -f ${GPG_AGENT} ]; then
. ~/dotfiles/bin/gpg-agent.sh
fi
#autoload predict-on
#predict-on