1
0
Fork 0
oh-my-zsh/plugins/gpg-agent
2025-09-06 09:55:42 +08:00
..
gpg-agent.plugin.zsh fix(gpg-agent): suppress errors from gpgconf (#10769) 2022-03-18 13:11:00 +01:00
README.md docs(gpg-agent): clarify plugin purpose (#13289) 2025-09-06 09:55:42 +08:00

gpg-agent

Applies some fixes for some common issues encountered with GPG's gpg-agent.

More specifically, this plugin:

  • Updates the GPG_TTY environment variable before each shell execution.
  • Updates the SSH_AUTH_SOCK environment variable if enable-ssh-support is turned on.

To use it, add gpg-agent to the plugins array of your zshrc file:

plugins=(... gpg-agent)