1
0
This commit is contained in:
Jeff Lance 2024-03-01 18:57:57 +01:00
parent dc0d5598d4
commit 317a2c5bd8

View File

@ -218,15 +218,17 @@ eval "$(direnv hook zsh)"
# #
# starship # starship
# unused since i install asdf # unused since i install asdf
eval "$(starship init zsh)" # eval "$(starship init zsh)"
# #
# gnome-keyring-daemon # gnome-keyring-daemon
# #
eval $(gnome-keyring-daemon --start) 2>/dev/null if [[ ! $(command -v gnome-keyring-daemon) ]]; then
export SSH_AUTH_SOCK eval $(gnome-keyring-daemon --start) 2>/dev/null
export SSH_AUTH_SOCK
fi