ansible-role--bashrc/files/bashrc.d/11-gpg-agent.sh

13 lines
147 B
Bash
Raw Normal View History

2015-11-17 11:07:59 +00:00
#!/bin/sh
###
# GnuPG
#
if [ -f "${HOME}/.gpg-agent-info" ]; then
. "${HOME}/.gpg-agent-info"
export GPG_AGENT_INFO
export SSH_AUTH_SOCK
fi