sh/bash/alias/gpg.sh
2023-08-28 12:41:27 +02: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 \
"