1
0
Fork 0

Enable ssh-agent

It used to work magically, now it's required.
This commit is contained in:
Daniele Tricoli 2020-11-24 17:00:08 +01:00
parent 199bd39147
commit 53a42c7b53
1 changed files with 2 additions and 0 deletions

View File

@ -42,3 +42,5 @@ unsetopt share_history
[[ -f ~/.zshrc.local ]] && source ~/.zshrc.local
eval "$(direnv hook zsh)"
eval $(ssh-agent) > /dev/null