diff --git a/zshrc.d/lib/functions.zsh b/zshrc.d/lib/functions.zsh index 79de18b..e3a9321 100644 --- a/zshrc.d/lib/functions.zsh +++ b/zshrc.d/lib/functions.zsh @@ -40,7 +40,7 @@ npm () { } yarn () { load_nvm - npm "$@" + yarn "$@" }