You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
G'lek Tarssza 26863c50b3
docs(gpg-agent): clarify plugin purpose (#13289)
6 months ago
..
README.md docs(gpg-agent): clarify plugin purpose (#13289) 6 months ago
gpg-agent.plugin.zsh

README.md

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)