From 2bea5ec01d61be4377eb3ebfc28e728ec5dd3345 Mon Sep 17 00:00:00 2001 From: Roger Sherman Date: Sun, 14 May 2017 17:42:28 +1000 Subject: [PATCH] Added note about using zsh with gpg-agent. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 5a045c4..d76d755 100644 --- a/README.md +++ b/README.md @@ -1219,6 +1219,14 @@ If you are using Linux on the desktop, you may want to use `/usr/bin/pinentry-gn $ pkill ssh-agent ; pkill gpg-agent ; \ eval $(gpg-agent --daemon --enable-ssh-support --use-standard-socket \ --log-file ~/.gnupg/gpg-agent.log --write-env-file) + +Zsh note - if you're using zsh, add gpg-agent to your .zshrc plugins: + + # Which plugins would you like to load? (plugins can be found in ~/.oh-my-zsh/plugins/*) + # Custom plugins may be added to ~/.oh-my-zsh/custom/plugins/ + # Example format: plugins=(rails git textmate ruby lighthouse) + # Add wisely, as too many plugins slow down shell startup. + plugins=(git gpg-agent) ### Copy public key to server