From 89b038162a6220dd63a4c3fe8304372087c71469 Mon Sep 17 00:00:00 2001 From: Yan Pritzker Date: Fri, 22 Jul 2016 10:58:44 -0500 Subject: [PATCH] Add node modules bin into default path --- zsh/node_path.zsh | 1 + 1 file changed, 1 insertion(+) create mode 100644 zsh/node_path.zsh diff --git a/zsh/node_path.zsh b/zsh/node_path.zsh new file mode 100644 index 00000000..5b3fcc55 --- /dev/null +++ b/zsh/node_path.zsh @@ -0,0 +1 @@ +export PATH=node_modules/.bin:$PATH