zprofile: do not start keyring daemon from profile

This commit is contained in:
surtur 2022-05-02 23:40:31 +02:00
parent c844687c5f
commit 868c16e140
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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...