summaryrefslogtreecommitdiff
path: root/plugins/ssh-agent
diff options
context:
space:
mode:
authorJannik <6362150+janniks@users.noreply.github.com>2019-05-07 21:21:55 +0200
committerMarc Cornellà <marc.cornella@live.com>2019-05-07 21:21:55 +0200
commit0f0448fa6c431cb9894e82741ec5b4dd90872ba8 (patch)
tree11d90e21fb1f2cfa4a97f723eef9a8da6b2ca5de /plugins/ssh-agent
parent239649ae6a6ab63f2a6cbfac3eae5911e94e1b9b (diff)
downloadzsh-0f0448fa6c431cb9894e82741ec5b4dd90872ba8.tar.gz
zsh-0f0448fa6c431cb9894e82741ec5b4dd90872ba8.tar.bz2
zsh-0f0448fa6c431cb9894e82741ec5b4dd90872ba8.zip
ssh-agent: consolidate uppercase message (#7834)
Diffstat (limited to 'plugins/ssh-agent')
-rw-r--r--plugins/ssh-agent/ssh-agent.plugin.zsh2
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 a7a4ee33a..9471ff49c 100644
--- a/plugins/ssh-agent/ssh-agent.plugin.zsh
+++ b/plugins/ssh-agent/ssh-agent.plugin.zsh
@@ -5,7 +5,7 @@ function _start_agent() {
zstyle -s :omz:plugins:ssh-agent lifetime lifetime
# start ssh-agent and setup environment
- echo starting ssh-agent...
+ echo Starting ssh-agent...
ssh-agent -s ${lifetime:+-t} ${lifetime} | sed 's/^echo/#echo/' >! $_ssh_env_cache
chmod 600 $_ssh_env_cache
. $_ssh_env_cache > /dev/null