1
0
mirror of https://github.com/robbyrussell/oh-my-zsh.git synced 2025-12-06 15:30:40 +01: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

View File

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