mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01:00
parent
9bd0ac9b00
commit
a0ac789f2a
2 changed files with 21 additions and 2 deletions
|
|
@ -96,7 +96,10 @@ else
|
|||
_start_agent
|
||||
fi
|
||||
|
||||
_add_identities
|
||||
# Don't add identities if lazy-loading is enabled
|
||||
if ! zstyle -b :omz:plugins:ssh-agent lazy; then
|
||||
_add_identities
|
||||
fi
|
||||
|
||||
unset agent_forwarding ssh_env_cache
|
||||
unfunction _start_agent _add_identities
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue