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

Fixes #10282
master
Marc Cornellà 5 years ago
parent a0ac789f2a
commit beeda72826
No known key found for this signature in database
GPG Key ID: 314585E776A9C1B
  1. 2
      plugins/ssh-agent/ssh-agent.plugin.zsh

@ -97,7 +97,7 @@ else
fi
# 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
fi

Loading…
Cancel
Save