mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
parent
a0ac789f2a
commit
beeda72826
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue