# HG changeset patch # User Meredith Howard # Date 1450714940 18000 # Node ID e31c379b5bda707c70df8beb797f2f3b5f233700 # Parent 986451375fb37812e6923e062031569a055b9efd no reinstall default for cpanm diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -1,7 +1,7 @@ # simple profile stuff that is common to both zsh and bash export EDITOR=vim -export PERL_CPANM_OPT='-n --prompt --reinstall' +export PERL_CPANM_OPT='-nq --prompt' export DEVEL_REPL_PROFILE='Standard' alias hgcd='cd $(hg root)'