Compare commits

...

2 commits

Author SHA1 Message Date
1ebf7ee189
rename rename rename 2023-02-26 13:22:48 -06:00
35b63f1985
gpg be gpging 2023-02-26 13:22:42 -06:00
3 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