diff --git a/home/dot_zshrc b/home/dot_zshrc index 7f5843f..e5616a1 100644 --- a/home/dot_zshrc +++ b/home/dot_zshrc @@ -223,7 +223,7 @@ unset __conda_setup # # gnome-keyring-daemon # -if [[ ! $(command -v gnome-keyring-daemon) ]]; then +if [[ $(command -v gnome-keyring-daemon) ]]; then eval $(gnome-keyring-daemon --start) 2>/dev/null export SSH_AUTH_SOCK fi