From cf44f7248cb062a18e780e2dccf415d55d6ee3bf Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Mon, 28 Nov 2016 10:56:26 -0500 Subject: [PATCH] fix helper function --- zshrc.d/lib/functions.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" }