Add gpg config

This commit is contained in:
Jeremy Dormitzer 2020-05-27 05:35:22 -04:00
parent 8ab1620e52
commit 28ad7c2ddd
3 changed files with 6 additions and 0 deletions

View File

@ -43,3 +43,6 @@ export PIPENV_DONT_LOAD_ENV=1
export PIPENV_MAX_DEPTH=20
export GPG_TTY=$(tty)
if [ -x "$(command -v gpg-connect-agent)" ]; then
gpg-connect-agent updatestartuptty /bye > /dev/null
fi

View File

@ -0,0 +1,2 @@
grab
default-cache-ttl 1800

1
gnupg/.gnupg/gpg.conf Normal file
View File

@ -0,0 +1 @@
use-agent