get editor and cpanm defs

Tue, 01 Jul 2014 22:27:41 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Tue, 01 Jul 2014 22:27:41 -0400
changeset 97
dadc95ee5fe6
parent 96
f4808ae73ead
child 98
7d66a2422bbc
child 99
7afd2e5f6a35

get editor and cpanm defs

.bashrc file | annotate | diff | comparison | revisions
.zshrc file | annotate | diff | comparison | revisions
--- 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
 

mercurial