From 128d29e6d98bd6d425bb29aef38462dd81a3f19d Mon Sep 17 00:00:00 2001 From: Sorin Ionescu Date: Tue, 31 Jan 2012 23:40:40 -0500 Subject: [PATCH] Fixed a comment in ssh-agent plugin. --- plugins/ssh-agent/init.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ssh-agent/init.zsh b/plugins/ssh-agent/init.zsh index 560d9bf..486d519 100644 --- a/plugins/ssh-agent/init.zsh +++ b/plugins/ssh-agent/init.zsh @@ -26,7 +26,7 @@ _ssh_agent_forwarding= function _ssh-agent-start() { local -a identities - # Start ssh-agent and setup environment. + # Start ssh-agent and setup the environment. /usr/bin/env ssh-agent | sed 's/^print/#print/' > "${_ssh_agent_env}" chmod 600 "${_ssh_agent_env}" source "${_ssh_agent_env}" > /dev/null