Skip to content

The plugin starts gpg-agent automatically with ssh-agent support.

License

Notifications You must be signed in to change notification settings

rhuang2014/gpg-agent

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gpg-agent (ssh-agent) zsh plugin

The plugin starts gpg-agent automatically with ssh-agent support.

Settings

To override the default gpg-agent, execute the below command to set the GPG_AGENT in your ~/.zshenv config.

if ! egrep -q '^[^#].*GPG_AGENT=' ~/.zshenv; then echo 'export GPG_AGENT="other_agent"' >> ~/.zshenv; fi

Installation

Using zplug

Load gpg-agent as a plugin in your .zshrc

zplug "rhuang2014/gpg-agent"

About

The plugin starts gpg-agent automatically with ssh-agent support.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages