gpg be gpging
This commit is contained in:
parent
c0d1e56814
commit
35b63f1985
2 changed files with 7 additions and 4 deletions
|
@ -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
|
||||||
#
|
#
|
||||||
|
|
7
home/private_dot_config/zsh/zexists.d/cmd/gpg.zsh
Normal file
7
home/private_dot_config/zsh/zexists.d/cmd/gpg.zsh
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
#!/usr/bin/env zsh
|
||||||
|
|
||||||
|
|
||||||
|
export GPG_TTY=$(tty)
|
||||||
|
gpgconf --launch gpg-agent
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue