only print ssh-agent if it's the initial setup

This commit is contained in:
Em 2021-09-06 12:40:36 -04:00
parent 47c73c1982
commit 735f8645b0
Signed by: emerson
GPG Key ID: 270669502DA603E3
1 changed files with 1 additions and 1 deletions

2
.zshrc
View File

@ -50,8 +50,8 @@ then
then
# Launch a new instance of the agent
ssh-agent -s &> ~/.ssh/ssh-agent
eval `cat ~/.ssh/ssh-agent`
fi
eval `cat ~/.ssh/ssh-agent`
fi
prompt_context() {}