Browse Source

Check for availability of SSH agent

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

4
plugins/ssh-agent/init.zsh

@ -20,6 +20,10 @@ @@ -20,6 +20,10 @@
# zstyle ':omz:plugin:ssh-agent' identities 'id_rsa' 'id_rsa2' 'id_github'
#
if (( ! $+commands[ssh-agent] )); then
return
fi
_ssh_agent_env="${HOME}/.ssh/environment-${HOST}"
_ssh_agent_forwarding=

Loading…
Cancel
Save