summaryrefslogtreecommitdiff
path: root/plugins/gpg-agent/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpg-agent/README.md')
-rw-r--r--plugins/gpg-agent/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/plugins/gpg-agent/README.md b/plugins/gpg-agent/README.md
index a9711f923..9c1e6d2cc 100644
--- a/plugins/gpg-agent/README.md
+++ b/plugins/gpg-agent/README.md
@@ -3,6 +3,7 @@
Enables [GPG's gpg-agent](https://www.gnupg.org/documentation/manuals/gnupg/) if it is not running.
To use it, add gpg-agent to the plugins array of your zshrc file:
-```
+
+```zsh
plugins=(... gpg-agent)
```