sh/bash/alias/gpg.sh

13 lines
169 B
Bash
Raw Normal View History

2023-05-15 07:01:00 +00:00
# turn gpg agent off
alias gpgoff="\
gpgconf \
--kill \"gpg-agent\" \
"
# bind gpg agent to current tty
alias gpgtty="\
gpg-connect-agent \
updatestartuptty \
/bye \
"