# HG changeset patch # User Meredith Howard # Date 1404268061 14400 # Node ID dadc95ee5fe6e03af538cfac6c7019f36b339535 # Parent f4808ae73ead9aeab203d7a233346ab0db0141ce get editor and cpanm defs diff --git a/.bashrc b/.bashrc --- 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" diff --git a/.zshrc b/.zshrc --- 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