ansible-role--bash/files/bashrc.d/70-util-gpg.sh

13 lines
147 B
Bash
Raw Permalink Normal View History

2024-07-12 12:12:40 +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