gpg
This commit is contained in:
parent
d2eb5dd011
commit
abe546de10
3 changed files with 16 additions and 8 deletions
12
bash/alias/gpg.sh
Normal file
12
bash/alias/gpg.sh
Normal file
|
@ -0,0 +1,12 @@
|
|||
# turn gpg agent off
|
||||
alias gpgoff="\
|
||||
gpgconf \
|
||||
--kill \"gpg-agent\" \
|
||||
"
|
||||
|
||||
# bind gpg agent to current tty
|
||||
alias gpgtty="\
|
||||
gpg-connect-agent \
|
||||
updatestartuptty \
|
||||
/bye \
|
||||
"
|
Loading…
Add table
Add a link
Reference in a new issue