diff --git a/conf.d/zim/zshenv b/conf.d/zim/zshenv index b74be94..b64e6ba 100644 --- a/conf.d/zim/zshenv +++ b/conf.d/zim/zshenv @@ -16,6 +16,13 @@ typeset -U path path=(~/bin ~/.local/bin $path[@]) # <<< set PATH so it includes user's private bin if it exists <<< +# >>> active gnome-keyring >>> +if [ -n "${DESKTOP_SESSION}" ];then + eval $(gnome-keyring-daemon --start) + export SSH_AUTH_SOCK +fi +# <<< active gnome-keyring <<< + # >>> environment variables >>> export EDITOR=nvim export FZF_DEFAULT_COMMAND='rg --files --no-ignore --hidden --follow --glob "!.git/*"'