summaryrefslogtreecommitdiff
path: root/plugins/gpg-agent
diff options
context:
space:
mode:
authorStephan Salzmann <kaffdaddy@insomniaonline.de>2018-10-19 16:36:51 +0200
committerStephan Salzmann <kaffdaddy@insomniaonline.de>2018-10-19 16:36:51 +0200
commiteb87529b98abf5764c584a663a6665fce35e4fbf (patch)
tree020383fa6d0400369bafd8a2d942b09e62efea64 /plugins/gpg-agent
parent3a8b93727fd58ef99dd70b7899f71efa1e1d217f (diff)
downloadzsh-eb87529b98abf5764c584a663a6665fce35e4fbf.tar.gz
zsh-eb87529b98abf5764c584a663a6665fce35e4fbf.tar.bz2
zsh-eb87529b98abf5764c584a663a6665fce35e4fbf.zip
Adding gpg-agent plugin README
Diffstat (limited to 'plugins/gpg-agent')
-rw-r--r--plugins/gpg-agent/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/plugins/gpg-agent/README.md b/plugins/gpg-agent/README.md
new file mode 100644
index 000000000..f5fe77102
--- /dev/null
+++ b/plugins/gpg-agent/README.md
@@ -0,0 +1,8 @@
+# gpg-agent
+
+Enable gpg-agent if it is not running.
+
+To use it, add gpg-agent to the plugins array of your zshrc file:
+```
+plugins=(... gpg-agent)
+```