# HG changeset patch # User Meredith Howard # Date 1476378069 14400 # Node ID 6959fd5dfb5846f66a3c202d1af1fe8f0e0559fc # Parent f860c013676fd8faab18a4823221a73cad0974a6 isearch in less, please diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -1,6 +1,7 @@ # simple profile stuff that is common to both zsh and bash export EDITOR=vim +export LESS=-Ri export PERL_CPANM_OPT='-nq --prompt' export DEVEL_REPL_PROFILE='Standard'