diff --git a/.zprofile b/.zprofile index 40902fb..2149161 100644 --- a/.zprofile +++ b/.zprofile @@ -39,6 +39,9 @@ if [ ! -S $HOME/.ssh/ssh_auth_sock ]; then fi export SSH_AUTH_SOCK=$HOME/.ssh/ssh_auth_sock +if ! [ -f /run/.containerenv ]; then + pgrep -x -U "$(id -u)" gnome-keyring-d || export $(gnome-keyring-daemon --start --components=pkcs11,secrets,ssh) +fi export DOTNET_CLI_TELEMETRY_OPTOUT=1 # why do I always have to take care of this myself...