Add PERL_CPANM_OPT as default environment.
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -28,6 +28,7 @@ export EDITOR="vim"
|
|||||||
export GIT_PAGER="less"
|
export GIT_PAGER="less"
|
||||||
export LESS="-EfmrSw"
|
export LESS="-EfmrSw"
|
||||||
export PAGER="most"
|
export PAGER="most"
|
||||||
|
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/"
|
||||||
#
|
#
|
||||||
shopt -s checkwinsize
|
shopt -s checkwinsize
|
||||||
shopt -s histappend
|
shopt -s histappend
|
||||||
|
|||||||
@@ -36,4 +36,5 @@ setenv EDITOR "/usr/local/bin/vim"
|
|||||||
setenv LESS "-EfmrSw"
|
setenv LESS "-EfmrSw"
|
||||||
setenv LSCOLORS "gxfxcxdxbxegedabagacad"
|
setenv LSCOLORS "gxfxcxdxbxegedabagacad"
|
||||||
setenv PAGER "/usr/local/bin/most"
|
setenv PAGER "/usr/local/bin/most"
|
||||||
|
setenv PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/"
|
||||||
setenv VISUAL $EDITOR
|
setenv VISUAL $EDITOR
|
||||||
|
|||||||
Reference in New Issue
Block a user