Compare commits
No commits in common. "1ebf7ee1895a6b82d7dcbcae57f6b455dd3e6559" and "c0d1e5681487a20b6b65db9c19c27ce9405b2576" have entirely different histories.
1ebf7ee189
...
c0d1e56814
3 changed files with 4 additions and 7 deletions
|
@ -10,6 +10,10 @@
|
||||||
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
|
||||||
#
|
#
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
#!/usr/bin/env zsh
|
|
||||||
|
|
||||||
|
|
||||||
export GPG_TTY=$(tty)
|
|
||||||
gpgconf --launch gpg-agent
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue