mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-08-14 00:48:39 +02:00
@ -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
|
||||
|
Reference in New Issue
Block a user