mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
Merge 395afa7276 into 774c4eca6f
This commit is contained in:
commit
7bc6967cf5
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/ssh-add $HOME/.ssh/${^identities}
|
||||
/usr/bin/env 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