smartcase please

Thu, 09 Feb 2017 16:04:59 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 09 Feb 2017 16:04:59 -0500
changeset 506
2a6899f40b2e
parent 505
98985020bceb
child 507
2ac6810a2e4a

smartcase please

.gitconfig file | annotate | diff | comparison | revisions
.hgrc file | annotate | diff | comparison | revisions
.profile.common file | annotate | diff | comparison | revisions
--- a/.gitconfig
+++ b/.gitconfig
@@ -9,7 +9,7 @@
 	color = true
 
 [core]
-	pager = LESS='FSRX' less
+	pager = LESS='FSRXi' less
 
 [diff]
 	compactionheuristic = true
--- a/.hgrc
+++ b/.hgrc
@@ -15,7 +15,7 @@ histedit =
 schemes =
 
 [pager]
-pager = LESS='FSRX' less
+pager = LESS='FSRXi' less
 
 [alias]
 fetch = pull --rebase
--- 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'
 

mercurial