diff options
-rw-r--r-- | .zsh.after/export.zsh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh.after/export.zsh b/.zsh.after/export.zsh index 6086d1b..1d2340b 100644 --- a/.zsh.after/export.zsh +++ b/.zsh.after/export.zsh @@ -37,3 +37,5 @@ if [ "${gnupg_SSH_AUTH_SOCK_by:-0}" -ne $$ ]; then export SSH_AUTH_SOCK="${HOME}/.gnupg/S.gpg-agent.ssh" fi +# Explicitely starting gpg-agent in the background +gpgconf --launch gpg-agent |