summaryrefslogtreecommitdiff
path: root/plugins/gpg-agent/README.md
diff options
context:
space:
mode:
authorDapeng Gao <31944689+dpgao@users.noreply.github.com>2021-10-05 19:54:53 +0800
committerGitHub <noreply@github.com>2021-10-05 13:54:53 +0200
commite5b9b80008a2fd71b441ef39fe620ed47dad82e5 (patch)
tree10065dc53851dd4677d478487ed94e94a69d6c9f /plugins/gpg-agent/README.md
parent49bc55f966d91b2a407c883cf1d0f21d0cdd9f4a (diff)
downloadzsh-e5b9b80008a2fd71b441ef39fe620ed47dad82e5.tar.gz
zsh-e5b9b80008a2fd71b441ef39fe620ed47dad82e5.tar.bz2
zsh-e5b9b80008a2fd71b441ef39fe620ed47dad82e5.zip
fix(gpg-agent): correctly overwrite `$SSH_AUTH_SOCK` and other improvements (#7059)
Diffstat (limited to 'plugins/gpg-agent/README.md')
-rw-r--r--plugins/gpg-agent/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gpg-agent/README.md b/plugins/gpg-agent/README.md
index 9c1e6d2cc..8eeb94f92 100644
--- a/plugins/gpg-agent/README.md
+++ b/plugins/gpg-agent/README.md
@@ -2,7 +2,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:
+To use it, add `gpg-agent` to the plugins array of your zshrc file:
```zsh
plugins=(... gpg-agent)