From 87c58a876690e3b1ccaa0251cff65674c77c4177 Mon Sep 17 00:00:00 2001 From: theanonymousexyz Date: Sun, 22 May 2022 19:22:22 +0200 Subject: [PATCH] Fix Zsh --- zsh/.config/zsh/.zprofile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zsh/.config/zsh/.zprofile b/zsh/.config/zsh/.zprofile index cb9d319..519c319 100644 --- a/zsh/.config/zsh/.zprofile +++ b/zsh/.config/zsh/.zprofile @@ -1,5 +1,6 @@ if [[ $(uname -o) == "GNU/Linux" ]] && [[ $(lsb_release -si) == "Artix" ]] && [[ $(tty) == "/dev/tty1" ]]; then - export $(gnome-keyring-daemon --start) + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK export XDG_CURRENT_DESKTOP="Unity" export GTK_USE_PORTAL=1 export QT_QPA_PLATFORM="wayland"