From 868c16e1408d10e30d7b6f508f3399a7fa6a96a0 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 2 May 2022 23:40:31 +0200 Subject: [PATCH] zprofile: do not start keyring daemon from profile --- .zprofile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.zprofile b/.zprofile index ecf8534..83a53e4 100644 --- a/.zprofile +++ b/.zprofile @@ -33,10 +33,6 @@ if [ ! -S $HOME/.ssh/ssh_auth_sock ]; then fi export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock -if [ -n "$DESKTOP_SESSION" ];then - eval $(gnome-keyring-daemon --start) - export SSH_AUTH_SOCK -fi export DOTNET_CLI_TELEMETRY_OPTOUT=1 # why do I always have to take care of this myself...