mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01:00
Update ssh-agent.plugin.zsh
Just call ssh-add without any leading prefix
This commit is contained in:
parent
917f629a60
commit
000075c9a7
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue