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=