--- a/.bashrc
+++ b/.bashrc
@@ -5,6 +5,8 @@ if [ -f ~/.bashrc.dist ]; then
source ~/.bashrc.dist
fi
+export EDITOR=vim
+export PERL_CPANM_OPT='-n --prompt --reinstall'
if [ -d ~/bin ]; then
export PATH="$HOME/bin:$PATH"
--- a/.zshrc
+++ b/.zshrc
@@ -33,6 +33,7 @@ export PATH="$HOME/bin:/usr/local/bin:/u
# export LANG=en_US.UTF-8
export EDITOR='vim'
+export PERL_CPANM_OPT='-n --prompt --reinstall'
typeset -U path