From 105b9cb15b03f098594582c1ed2de07829f536fe Mon Sep 17 00:00:00 2001 From: Theo Baschak Date: Fri, 12 Jan 2018 11:35:32 -0600 Subject: [PATCH] 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`. --- plugins/ssh-agent/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ssh-agent/README.md b/plugins/ssh-agent/README.md index 00af42f01..5be3aa85e 100644 --- a/plugins/ssh-agent/README.md +++ b/plugins/ssh-agent/README.md @@ -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: