From 6b8c2460bb22010db6e2a4089130198dcc314fd2 Mon Sep 17 00:00:00 2001 From: Jeroen Claassens Date: Tue, 23 Apr 2024 16:43:23 +0200 Subject: [PATCH] Update yarn.plugin.zsh --- plugins/yarn/yarn.plugin.zsh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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