From 96b5d75d41621316f8506432d5809fd5f0211072 Mon Sep 17 00:00:00 2001 From: tombdf Date: Thu, 19 Dec 2024 16:55:16 +0100 Subject: [PATCH] Update .zshrc --- dot_zshrc | 1 - 1 file changed, 1 deletion(-) diff --git a/dot_zshrc b/dot_zshrc index 9b164f6..0b13777 100644 --- a/dot_zshrc +++ b/dot_zshrc @@ -136,7 +136,6 @@ fi # Set the ssh-agent if it is not already running if ! pgrep -u "$USER" ssh-agent > /dev/null; then - # Démarre ssh-agent eval "$(ssh-agent -s)" > /dev/null fi export SSH_AUTH_SOCK=$(ssh-agent -s | grep -oP '(?<=SSH_AUTH_SOCK=)[^;]+')