diff options
author | Robby Russell <robby@planetargon.com> | 2013-07-16 20:45:19 -0700 |
---|---|---|
committer | Robby Russell <robby@planetargon.com> | 2013-07-16 20:45:19 -0700 |
commit | 2cc4801bd25a619cae8b41d698ff0489f7d629c3 (patch) | |
tree | 70dcfda79aa259cf8a7346ea2d8dab6c748df266 /plugins/ssh-agent/ssh-agent.plugin.zsh | |
parent | 2aebcb80bb39568d75e30cf19cb99a57ebac1181 (diff) | |
parent | 5c529b5daac6e22cb8a267dcd7796c8400c63679 (diff) | |
download | zsh-2cc4801bd25a619cae8b41d698ff0489f7d629c3.tar.gz zsh-2cc4801bd25a619cae8b41d698ff0489f7d629c3.tar.bz2 zsh-2cc4801bd25a619cae8b41d698ff0489f7d629c3.zip |
Merge pull request #1980 from awidegreen/upstream
Fix ssh-agent plugin identities comment for using multiple identities.
Diffstat (limited to 'plugins/ssh-agent/ssh-agent.plugin.zsh')
-rw-r--r-- | plugins/ssh-agent/ssh-agent.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ssh-agent/ssh-agent.plugin.zsh b/plugins/ssh-agent/ssh-agent.plugin.zsh index 7468749f8..3b0042a7d 100644 --- a/plugins/ssh-agent/ssh-agent.plugin.zsh +++ b/plugins/ssh-agent/ssh-agent.plugin.zsh @@ -9,7 +9,7 @@ # To load multiple identities use the identities style, For # example: # -# zstyle :omz:plugins:ssh-agent id_rsa id_rsa2 id_github +# zstyle :omz:plugins:ssh-agent identities id_rsa id_rsa2 id_github # # To set the maximum lifetime of the identities, use the # lifetime style. The lifetime may be specified in seconds |