Add node_modules into default PATH.

This commit is contained in:
Gea-Suan Lin
2013-11-26 11:31:09 +08:00
parent e78d52665f
commit 86230e9b9a

View File

@@ -29,7 +29,7 @@ export EDITOR="vim"
export GIT_PAGER="less" export GIT_PAGER="less"
export LESS="-EfmrSwX" export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad" export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PATH="$HOME/bin:$HOME/node_modules/bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
# #
function http10() function http10()