This commit is contained in:
Jeff Lance 2021-03-05 22:02:12 +01:00
parent 15e5c7e353
commit bd496094bc

View File

@ -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/*"'