From 79deba6c0f26c900b74d88636de53c8d691204d0 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Mon, 29 Aug 2022 21:24:49 +0100 Subject: [PATCH] Load without evaluating --- roles/home-cli/files/shrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/home-cli/files/shrc b/roles/home-cli/files/shrc index c720ec3..3eb0495 100644 --- a/roles/home-cli/files/shrc +++ b/roles/home-cli/files/shrc @@ -163,7 +163,7 @@ then export SSH_AGENT_PID="${SSH_AGENT_PID:-$XDG_STATE_HOME/ssh-agent.pid}" if [ ! -S "$SSH_AUTH_SOCK" ] then - eval $(ssh-agent -a "$SSH_AUTH_SOCK") + ssh-agent -a "$SSH_AUTH_SOCK" > /dev/null fi fi