Update GPG key config for zsh, git
This commit is contained in:
parent
93e2bbbff5
commit
fef37382ef
@ -1,7 +1,7 @@
|
|||||||
[user]
|
[user]
|
||||||
name = Ben Kreeger
|
name = Ben Kreeger
|
||||||
email = ben@kree.gr
|
email = ben@kree.gr
|
||||||
signingkey = 1F33DAF2F49E4046
|
signingkey = D07159D934DFBF93
|
||||||
[core]
|
[core]
|
||||||
editor = nvim
|
editor = nvim
|
||||||
compression = 0
|
compression = 0
|
||||||
|
|||||||
@ -5,3 +5,7 @@ alias rsyncdir="rsync -az --progress"
|
|||||||
CERT_PATH=$(python -m certifi)
|
CERT_PATH=$(python -m certifi)
|
||||||
export SSL_CERT_FILE=${CERT_PATH}
|
export SSL_CERT_FILE=${CERT_PATH}
|
||||||
export REQUESTS_CA_BUNDLE=${CERT_PATH}
|
export REQUESTS_CA_BUNDLE=${CERT_PATH}
|
||||||
|
|
||||||
|
export GPG_TTY="$(tty)"
|
||||||
|
export SSH_AUTH_SOCK=$(gpgconf --list-dirs agent-ssh-socket)
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user