1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 07:20:09 +00:00

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

Fixes #10282
This commit is contained in:
Marc Cornellà 2021-10-11 15:21:42 +02:00
parent a0ac789f2a
commit beeda72826
No known key found for this signature in database
GPG key ID: 0314585E776A9C1B

View file

@ -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