Point ssh to the gpg-agent, when GnuPG is available
This commit is contained in:
parent
4ad6765e79
commit
c60279cef4
1 changed files with 4 additions and 0 deletions
4
config/zsh/login/gpg-agent
Normal file
4
config/zsh/login/gpg-agent
Normal file
|
@ -0,0 +1,4 @@
|
|||
#! zsh
|
||||
if [[ -d ~/.gnupg ]]; then
|
||||
export SSH_AUTH_SOCK=~/.gnupg/S.gpg-agent.ssh
|
||||
fi
|
Loading…
Reference in a new issue