Add $HOME/bin to PATH.

This commit is contained in:
Gea-Suan Lin
2013-08-07 16:30:37 +08:00
parent 740a552161
commit f6e41f7ff1

View File

@@ -29,7 +29,7 @@ export EDITOR="vim"
export GIT_PAGER="less"
export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PATH="$HOME/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()