# HG changeset patch # User Meredith Howard # Date 1486674299 18000 # Node ID 2a6899f40b2e1fe596b30667fbe79061db3831ac # Parent 98985020bceb46d27cd2db0314c762d161261a7f smartcase please diff --git a/.gitconfig b/.gitconfig --- a/.gitconfig +++ b/.gitconfig @@ -9,7 +9,7 @@ color = true [core] - pager = LESS='FSRX' less + pager = LESS='FSRXi' less [diff] compactionheuristic = true diff --git a/.hgrc b/.hgrc --- a/.hgrc +++ b/.hgrc @@ -15,7 +15,7 @@ histedit = schemes = [pager] -pager = LESS='FSRX' less +pager = LESS='FSRXi' less [alias] fetch = pull --rebase diff --git a/.profile.common b/.profile.common --- a/.profile.common +++ b/.profile.common @@ -3,7 +3,7 @@ make -s -C ~/.ssh export EDITOR=vim -export LESS=-Ri +export LESS='Ri' export PERL_CPANM_OPT='-nq --prompt' export DEVEL_REPL_PROFILE='Standard'