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:
parent
c3b072eace
commit
105b9cb15b
@ -14,7 +14,7 @@ plugins=(... ssh-agent)
|
|||||||
To enable **agent forwarding support** add the following to your zshrc file:
|
To enable **agent forwarding support** add the following to your zshrc file:
|
||||||
|
|
||||||
```zsh
|
```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:
|
To **load multiple identities** use the `identities` style, For example:
|
||||||
|
Loading…
Reference in New Issue
Block a user