Add gpg config
This commit is contained in:
parent
8ab1620e52
commit
28ad7c2ddd
@ -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
|
||||
|
2
gnupg/.gnupg/gpg-agent.conf
Normal file
2
gnupg/.gnupg/gpg-agent.conf
Normal file
@ -0,0 +1,2 @@
|
||||
grab
|
||||
default-cache-ttl 1800
|
1
gnupg/.gnupg/gpg.conf
Normal file
1
gnupg/.gnupg/gpg.conf
Normal file
@ -0,0 +1 @@
|
||||
use-agent
|
Loading…
Reference in New Issue
Block a user