gpg be gpging

This commit is contained in:
Daylin Morgan 2023-02-26 13:22:42 -06:00
parent c0d1e56814
commit 35b63f1985
Signed by: daylin
GPG key ID: C1E52E7DD81DF79F
2 changed files with 7 additions and 4 deletions

View file

@ -10,10 +10,6 @@
setopt NO_BEEP # Be quiet! setopt NO_BEEP # Be quiet!
setopt NO_HIST_BEEP # Be quiet! setopt NO_HIST_BEEP # Be quiet!
# start gpg agent
export GPG_TTY=$(tty)
gpgconf --launch gpg-agent
# #
# OMZ # OMZ
# #

View file

@ -0,0 +1,7 @@
#!/usr/bin/env zsh
export GPG_TTY=$(tty)
gpgconf --launch gpg-agent