Update yarn.plugin.zsh

This commit is contained in:
Jeroen Claassens 2024-04-23 16:43:23 +02:00 committed by GitHub
commit 6b8c2460bb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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