Start ssh-agent in new terminal sessions

I need this for Arch Linux setup.
This commit is contained in:
Michael Campagnaro 2016-10-23 12:46:17 -04:00
parent c2bf3607a6
commit b39b0d6a0d

3
zshenv
View File

@ -35,3 +35,6 @@ path=($HOME/bin ${ANSIBLE_DIR}/bin ${RBENV_PATH}/bin $HOME/.vim/scripts $path)
# Start rbenv
eval "$(rbenv init -)"
# Star the SSH agent
eval "$(ssh-agent -s)" > /dev/null