From d6cdeca4e789a7b46008889116cae346e1068a94 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Tue, 26 Nov 2013 11:32:01 +0800 Subject: [PATCH] Typo fix for PATH. --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index ed2ce31..26e9198 100644 --- a/.bashrc +++ b/.bashrc @@ -29,7 +29,7 @@ export EDITOR="vim" export GIT_PAGER="less" export LESS="-EfmrSwX" export LSCOLORS="gxfxcxdxbxegedabagacad" -export PATH="$HOME/bin:$HOME/node_modules/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/" # function http10()