From b831bdfe69471ee7408257f27a66a2eb98609c1b Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Sun, 22 May 2022 20:36:35 +0200 Subject: [PATCH] gnome-keyring now ships with user service --- zsh/.config/zsh/.zprofile | 2 -- 1 file changed, 2 deletions(-) diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index 519c319..7ea7714 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -1,6 +1,4 @@ if [[ $(uname -o) == "GNU/Linux" ]] && [[ $(lsb_release -si) == "Artix" ]] && [[ $(tty) == "/dev/tty1" ]]; then - eval $(gnome-keyring-daemon --start) - export SSH_AUTH_SOCK export XDG_CURRENT_DESKTOP="Unity" export GTK_USE_PORTAL=1 export QT_QPA_PLATFORM="wayland"