add gpg default export

This commit is contained in:
creme 2019-08-07 14:09:59 +02:00
parent c9cf6dfa53
commit 522df5e909
Signed by untrusted user: creme
GPG Key ID: C147C3B7FBDF08D0
1 changed files with 4 additions and 0 deletions

View File

@ -118,4 +118,8 @@ if ! shopt -oq posix; then
fi
fi
## defaults ##
export GPG_TTY=$(tty)
## includes ##
[ -f ~/.fzf.bash ] && source ~/.fzf.bash