diff options
author | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-05-24 08:31:59 +0200 |
---|---|---|
committer | ncanceill <nicolas.canceill@ens-cachan.org> | 2014-05-24 08:31:59 +0200 |
commit | 2c19c0e59e6a3fd1f844ee6f5f883e199a3c1adc (patch) | |
tree | dc5af821128c91f1d92b1074d3b92bf82a584b6b /plugins/ssh-agent | |
parent | 3913106b2e7127d396f27b652df812340ec0c871 (diff) | |
download | zsh-2c19c0e59e6a3fd1f844ee6f5f883e199a3c1adc.tar.gz zsh-2c19c0e59e6a3fd1f844ee6f5f883e199a3c1adc.tar.bz2 zsh-2c19c0e59e6a3fd1f844ee6f5f883e199a3c1adc.zip |
typo, fixes #1806
Diffstat (limited to 'plugins/ssh-agent')
-rw-r--r-- | plugins/ssh-agent/ssh-agent.plugin.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ssh-agent/ssh-agent.plugin.zsh b/plugins/ssh-agent/ssh-agent.plugin.zsh index 2fb8d5462..610ad34dc 100644 --- a/plugins/ssh-agent/ssh-agent.plugin.zsh +++ b/plugins/ssh-agent/ssh-agent.plugin.zsh @@ -1,7 +1,7 @@ # # INSTRUCTIONS # -# To enabled agent forwarding support add the following to +# To enable agent forwarding support add the following to # your .zshrc file: # # zstyle :omz:plugins:ssh-agent agent-forwarding on |