Add PERL_CPANM_OPT as default environment.

This commit is contained in:
Gea-Suan Lin
2011-03-20 11:57:25 +08:00
parent 423278a492
commit 85a57088de
2 changed files with 2 additions and 0 deletions

View File

@@ -28,6 +28,7 @@ export EDITOR="vim"
export GIT_PAGER="less"
export LESS="-EfmrSw"
export PAGER="most"
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/"
#
shopt -s checkwinsize
shopt -s histappend

View File

@@ -36,4 +36,5 @@ setenv EDITOR "/usr/local/bin/vim"
setenv LESS "-EfmrSw"
setenv LSCOLORS "gxfxcxdxbxegedabagacad"
setenv PAGER "/usr/local/bin/most"
setenv PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/"
setenv VISUAL $EDITOR