diff options
author | Armin Widegreen <armin.widegreen@gmail.com> | 2013-07-16 17:10:47 +0200 |
---|---|---|
committer | Armin Widegreen <armin.widegreen@gmail.com> | 2013-07-16 17:24:07 +0200 |
commit | 5c529b5daac6e22cb8a267dcd7796c8400c63679 (patch) | |
tree | c2e0bdde6f43dcbf1d1c568a9e741cd0843e7204 /plugins/ssh-agent | |
parent | 7f74294d7aa7ab86e18e70a1153c15fa373c5849 (diff) | |
download | zsh-5c529b5daac6e22cb8a267dcd7796c8400c63679.tar.gz zsh-5c529b5daac6e22cb8a267dcd7796c8400c63679.tar.bz2 zsh-5c529b5daac6e22cb8a267dcd7796c8400c63679.zip |
Fix ssh-agent plugin identities comment for using multiple identities.
Diffstat (limited to 'plugins/ssh-agent')
-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 |