dotfiles/home/private_dot_bashrc.d/gpg

10 lines
224 B
Text
Raw Normal View History

2025-01-22 09:20:19 +01:00
# vim: filetype=sh
# .bashrc.d/gpg
## Recommended by GPG agent to resolve issues with not being able to use gpg2.
GPG_TTY=$(tty)
export GPG_TTY
gpgconf --launch gpg-agent
gpg-connect-agent updatestartuptty /bye >/dev/null