From 875def4f4347a819db94d1b247320fb59ee8d9d4 Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Sun, 30 Sep 2012 16:08:27 -0400 Subject: [PATCH] Load dependencies after requirements check --- modules/ssh-agent/init.zsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/ssh-agent/init.zsh b/modules/ssh-agent/init.zsh index 43ca439..56215a4 100644 --- a/modules/ssh-agent/init.zsh +++ b/modules/ssh-agent/init.zsh @@ -11,14 +11,14 @@ # Sorin Ionescu # -# Load dependencies. -pmodload 'helper' - # Return if requirements are not found. if (( ! $+commands[ssh-agent] )); then return 1 fi +# Load dependencies. +pmodload 'helper' + _ssh_agent_env="${HOME}/.ssh/environment-${HOST}" _ssh_agent_forwarding=