mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-02-06 02:51:32 +01:00
Update yarn.plugin.zsh
This commit is contained in:
parent
a03d17319b
commit
6b8c2460bb
1 changed files with 1 additions and 2 deletions
|
|
@ -1,6 +1,5 @@
|
||||||
# Get the configured version of yarn
|
# Check if the user has configured Yarn Berry
|
||||||
is_yarn_berry="false"
|
is_yarn_berry="false"
|
||||||
|
|
||||||
if zstyle -t ':omz:plugins:yarn' berry; then
|
if zstyle -t ':omz:plugins:yarn' berry; then
|
||||||
is_yarn_berry="true"
|
is_yarn_berry="true"
|
||||||
fi
|
fi
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue