diff options
author | Marc Cornellà <marc.cornella@live.com> | 2018-05-28 17:09:53 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-28 17:09:53 +0200 |
commit | ebda8af870acc295388ed187f0139a8bffa83196 (patch) | |
tree | 68721e7339a8e48b45ba667102d1cafbfbc92bf1 /plugins | |
parent | ce2890bef95b4b0a5b14ed8dd50ad2f78f8dee72 (diff) | |
download | zsh-ebda8af870acc295388ed187f0139a8bffa83196.tar.gz zsh-ebda8af870acc295388ed187f0139a8bffa83196.tar.bz2 zsh-ebda8af870acc295388ed187f0139a8bffa83196.zip |
Clarify ssh-agent settings position
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/ssh-agent/README.md | 2 |
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 |