Browse Source

Fix a typo in SSH agent plugin comments

master
Sorin Ionescu 13 years ago
parent
commit
02435bec3c
  1. 4
      plugins/ssh-agent/init.zsh

4
plugins/ssh-agent/init.zsh

@ -15,7 +15,7 @@ @@ -15,7 +15,7 @@
#
# zstyle ':omz:plugin:ssh-agent' forwarding 'yes'
#
# To load multiple identies, add the following to your .zshrc:
# To load multiple identities, add the following to your .zshrc:
#
# zstyle ':omz:plugin:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
#
@ -32,7 +32,7 @@ function _ssh-agent-start() { @@ -32,7 +32,7 @@ function _ssh-agent-start() {
chmod 600 "${_ssh_agent_env}"
source "${_ssh_agent_env}" > /dev/null
# Load identies.
# Load identities.
zstyle -a ':omz:plugin:ssh-agent' identities 'identities'
if [[ ! -n "${identities}" ]]; then

Loading…
Cancel
Save