Update ssh-agent.plugin.zsh

Just call ssh-add without any leading prefix
This commit is contained in:
Adam Lesperance 2015-09-08 09:07:39 -05:00
commit 000075c9a7

View file

@ -45,7 +45,7 @@ function _plugin__start_agent()
zstyle -a :omz:plugins:ssh-agent identities identities
echo starting ssh-agent...
/usr/bin/env ssh-add $HOME/.ssh/${^identities}
ssh-add $HOME/.ssh/${^identities}
}
# Get the filename to store/lookup the environment from