mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 00:40:07 +00:00
ssh-agent: consolidate uppercase message (#7834)
This commit is contained in:
parent
239649ae6a
commit
0f0448fa6c
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue