Update yarn.plugin.zsh

This commit is contained in:
Jeroen Claassens
2024-04-23 16:43:23 +02:00
committed by GitHub
parent a03d17319b
commit 6b8c2460bb

View File

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