diff --git a/plugins/yarn/yarn.plugin.zsh b/plugins/yarn/yarn.plugin.zsh index 06e080522..a29f1d6ba 100644 --- a/plugins/yarn/yarn.plugin.zsh +++ b/plugins/yarn/yarn.plugin.zsh @@ -1,6 +1,5 @@ -# Get the configured version of yarn +# Check if the user has configured Yarn Berry is_yarn_berry="false" - if zstyle -t ':omz:plugins:yarn' berry; then is_yarn_berry="true" fi