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