sh/shell/alias/gpg.sh
2024-11-15 16:27:41 +01:00

12 lines
163 B
Bash

# turn gpg agent off
alias gak="\
gpgconf \
--kill \"gpg-agent\" \
"
# bind gpg agent to current tty
alias gau="\
gpg-connect-agent \
updatestartuptty \
/bye \
"