Update ssh-agent plugin README.md

The instructions listed adding 

```zsh
zstyle :omz:plugins:ssh-agent agent-forwarding on
```

However the script is looking for a `yes` value later on, Docs should say to use `yes` not `on`.
This commit is contained in:
Theo Baschak 2018-01-12 11:35:32 -06:00 committed by GitHub
parent c3b072eace
commit 105b9cb15b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ plugins=(... ssh-agent)
To enable **agent forwarding support** add the following to your zshrc file:
```zsh
zstyle :omz:plugins:ssh-agent agent-forwarding on
zstyle :omz:plugins:ssh-agent agent-forwarding yes
```
To **load multiple identities** use the `identities` style, For example: