From 735f8645b0edbbc323e17987cc8d190484e32597 Mon Sep 17 00:00:00 2001 From: emerson Date: Mon, 6 Sep 2021 12:40:36 -0400 Subject: [PATCH] only print ssh-agent if it's the initial setup --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 9ba0cda..2931f70 100644 --- a/.zshrc +++ b/.zshrc @@ -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() {}