Compare commits
2 commits
c0d1e56814
...
1ebf7ee189
Author | SHA1 | Date | |
---|---|---|---|
1ebf7ee189 | |||
35b63f1985 |
3 changed files with 7 additions and 4 deletions
|
@ -10,10 +10,6 @@
|
|||
setopt NO_BEEP # Be quiet!
|
||||
setopt NO_HIST_BEEP # Be quiet!
|
||||
|
||||
# start gpg agent
|
||||
export GPG_TTY=$(tty)
|
||||
gpgconf --launch gpg-agent
|
||||
|
||||
#
|
||||
# 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