ssh-agent but now it works

This commit is contained in:
odrling 2020-04-02 18:09:13 +02:00
parent b7ead6dfe7
commit 098b5bbe7c

View file

@ -10,7 +10,7 @@ export FZF_DEFAULT_COMMAND="find . -type f | cut -d'/' -f2-"
export _JAVA_AWT_WM_NONREPARENTING=1
# start ssh-agent
eval $(ssh-agent > /dev/null)
eval $(ssh-agent)
[ -f ~/.profile.local ] && . ~/.profile.local