ssh-agent: consolidate uppercase message (#7834)

master
Jannik 7 years ago committed by Marc Cornellà
parent 239649ae6a
commit 0f0448fa6c
  1. 2
      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

Loading…
Cancel
Save