Getting notmuch/alot/afew/mbsync/msmtp working. sort of
This commit is contained in:
parent
818b70a16b
commit
9bd2f3a257
9 changed files with 71 additions and 16 deletions
8
zshrc
8
zshrc
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue