diff --git a/.bashrc b/.bashrc index ba7479c..1883959 100644 --- a/.bashrc +++ b/.bashrc @@ -28,6 +28,7 @@ export EDITOR="vim" export GIT_PAGER="less" export LESS="-EfmrSwX" export LSCOLORS="gxfxcxdxbxegedabagacad" +export PATH="/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/" # if [ -x most ]; then