Add gpg-agent plumbing for zsh

This commit is contained in:
2016-11-19 17:59:36 +02:00
parent bf8ce9aadb
commit 9b63f48e31
2 changed files with 62 additions and 0 deletions

4
.zshrc
View File

@ -120,5 +120,9 @@ genpass() {
openssl rand -base64 18
}
# Activate GPG agent and cache the password after first use
# See: https://github.com/axtl/gpg-agent.zsh
source ~/src/git/dotfiles/gpg-agent.plugin.zsh
export PATH
export MANPATH