ZSHFiles/custom/gpg.zsh

8 lines
219 B
Bash
Raw Normal View History

2020-04-06 21:30:24 +00:00
# GPG SSH
unset SSH_AGENT_PID
if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then
export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)"
fi
export GPG_TTY=$TTY
gpg-connect-agent updatestartuptty /bye >/dev/null