Add */sbin to PATH

This commit is contained in:
Gea-Suan Lin
2011-11-13 00:59:07 +08:00
parent a8c736d9a1
commit ea5d07b89f

View File

@@ -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