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"