Skip to content

Commit

Permalink
fix(ssh-agent): fix for bad zstyle command argument
Browse files Browse the repository at this point in the history
  • Loading branch information
mcornella authored and kareefardi committed Oct 27, 2021
1 parent d9d3469 commit 772339c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/ssh-agent/ssh-agent.plugin.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 772339c

Please sign in to comment.