mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-22 04:51:12 +02:00
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
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue