mirror of
https://github.com/robbyrussell/oh-my-zsh.git
synced 2025-12-06 07:20:40 +01:00
gpg-agent
Applies some fixes for some common issues encountered with GPG's gpg-agent.
More specifically, this plugin:
- Updates the
GPG_TTYenvironment variable before each shell execution. - Updates the
SSH_AUTH_SOCKenvironment variable ifenable-ssh-supportis turned on.
To use it, add gpg-agent to the plugins array of your zshrc file:
plugins=(... gpg-agent)