From 1d669588383774dd9d3ddbe95c366dd00fc4bd24 Mon Sep 17 00:00:00 2001 From: finga Date: Mon, 23 Dec 2024 22:51:17 +0100 Subject: [PATCH] Start ssh-agent via .zprofile --- .zprofile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zprofile b/.zprofile index 4742030..2e79e4f 100644 --- a/.zprofile +++ b/.zprofile @@ -46,3 +46,6 @@ fi if [ -d "/usr/local/go/bin" ] ; then PATH="/usr/local/go/bin:$GOPATH:$PATH" fi + +# ssh agent +eval `ssh-agent`