fix(ssh-agent): fix for bad `zstyle` command argument

Fixes #10282
parent a0ac789f
...@@ -97,7 +97,7 @@ else ...@@ -97,7 +97,7 @@ else
fi fi
# Don't add identities if lazy-loading is enabled # Don't add identities if lazy-loading is enabled
if ! zstyle -b :omz:plugins:ssh-agent lazy; then if ! zstyle -t :omz:plugins:ssh-agent lazy; then
_add_identities _add_identities
fi fi
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment