Typo fix for PATH.
This commit is contained in:
2
.bashrc
2
.bashrc
@@ -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:$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/"
|
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
|
||||||
#
|
#
|
||||||
function http10()
|
function http10()
|
||||||
|
|||||||
Reference in New Issue
Block a user