# HG changeset patch # User Meredith Howard # Date 1486938738 18000 # Node ID d596509d91f004447a643d9e10e07daf7f2906b0 # Parent a8caf462bfc0e2e2b4cc704d397a4dccf49281b3 safer sudo -e diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -3,6 +3,7 @@ make -s -C ~/.ssh export EDITOR=vim +export SUDO_EDITOR=$HOME/bin/privim export LESS='Ri' export PERL_CPANM_OPT='-nq --prompt' export DEVEL_REPL_PROFILE='Standard'