From a633ab8dd65e0f4b314bffc4f46de067a94be860 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Fri, 18 Jul 2025 15:03:39 +0200 Subject: [PATCH] Fix ssh agent scripts --- zsh/.profile.d/ssh-agent.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/zsh/.profile.d/ssh-agent.sh b/zsh/.profile.d/ssh-agent.sh index 4185c43..3ad9566 100755 --- a/zsh/.profile.d/ssh-agent.sh +++ b/zsh/.profile.d/ssh-agent.sh @@ -37,6 +37,5 @@ if [ "$IS_WSL" = true ]; then else # Not WSL - assume gnome-keyring handles ssh-agent and gpg-agent # Do nothing here to avoid conflicts with gnome-keyring - : fi