summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Cornellà <marc.cornella@live.com>2018-05-28 17:09:53 +0200
committerGitHub <noreply@github.com>2018-05-28 17:09:53 +0200
commitebda8af870acc295388ed187f0139a8bffa83196 (patch)
tree68721e7339a8e48b45ba667102d1cafbfbc92bf1
parentce2890bef95b4b0a5b14ed8dd50ad2f78f8dee72 (diff)
downloadzsh-ebda8af870acc295388ed187f0139a8bffa83196.tar.gz
zsh-ebda8af870acc295388ed187f0139a8bffa83196.tar.bz2
zsh-ebda8af870acc295388ed187f0139a8bffa83196.zip
Clarify ssh-agent settings position
-rw-r--r--plugins/ssh-agent/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/ssh-agent/README.md b/plugins/ssh-agent/README.md
index 00af42f01..85d8c8a85 100644
--- a/plugins/ssh-agent/README.md
+++ b/plugins/ssh-agent/README.md
@@ -11,6 +11,8 @@ plugins=(... ssh-agent)
## Instructions
+**IMPORTANT: put these settings _before_ the line that sources oh-my-zsh**
+
To enable **agent forwarding support** add the following to your zshrc file:
```zsh