Remove cpanm mirror url.

This commit is contained in:
Gea-Suan Lin
2014-06-21 21:14:13 +08:00
parent 85a0166c97
commit 8c77fecf43

1
.zshrc
View File

@@ -96,7 +96,6 @@ export HISTSIZE=2000
export LESS="-EfmrSwX" export LESS="-EfmrSwX"
export LSCOLORS="gxfxcxdxbxegedabagacad" export LSCOLORS="gxfxcxdxbxegedabagacad"
export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH" export PATH="$HOME/bin:$HOME/node_modules/.bin:/usr/local/sbin:/usr/sbin:/sbin:$PATH"
export PERL_CPANM_OPT="--mirror http://cpan.nctu.edu.tw/ --mirror http://cpan.cpantesters.org/"
export SAVEHIST=2000 export SAVEHIST=2000
# #
setopt append_history setopt append_history