Add node modules bin into default path

This commit is contained in:
Yan Pritzker
2016-07-22 10:58:44 -05:00
parent c5263b3409
commit 89b038162a

1
zsh/node_path.zsh Normal file
View File

@@ -0,0 +1 @@
export PATH=node_modules/.bin:$PATH