1
0
mirror of https://github.com/dcarrillo/prezto.git synced 2024-07-01 14:00:27 +00:00

Fix a typo in SSH agent plugin comments

This commit is contained in:
Sorin Ionescu 2012-03-08 21:54:38 -05:00
parent 1ac20bc64a
commit 02435bec3c

View File

@ -15,7 +15,7 @@
# #
# zstyle ':omz:plugin:ssh-agent' forwarding 'yes' # 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' # zstyle ':omz:plugin:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
# #
@ -32,7 +32,7 @@ function _ssh-agent-start() {
chmod 600 "${_ssh_agent_env}" chmod 600 "${_ssh_agent_env}"
source "${_ssh_agent_env}" > /dev/null source "${_ssh_agent_env}" > /dev/null
# Load identies. # Load identities.
zstyle -a ':omz:plugin:ssh-agent' identities 'identities' zstyle -a ':omz:plugin:ssh-agent' identities 'identities'
if [[ ! -n "${identities}" ]]; then if [[ ! -n "${identities}" ]]; then