summary refs log tree commit diff
path: root/home/.profile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-10 21:03:06 -0500
committerJune McEnroe <june@causal.agency>2021-01-10 21:03:06 -0500
commitc558503f241a03a043357fc58392a4273f49b263 (patch)
treeb8a9224a70de831fc790a7299ec269e7c7ff76d2 /home/.profile
parentSet EXINIT (diff)
downloadsrc-c558503f241a03a043357fc58392a4273f49b263.tar.gz
src-c558503f241a03a043357fc58392a4273f49b263.zip
Set less search case-insensitive
Diffstat (limited to 'home/.profile')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index 153e9321..09d9cb41 100644
--- a/home/.profile
+++ b/home/.profile
@@ -7,7 +7,7 @@ done
 path /usr/games
 
 export PAGER=less
-export LESS=FRXx4
+export LESS=FRXix4
 export EXINIT='set ai ic sm sw=4 ts=4'
 export EDITOR=nvim
 export MANPAGER='nvim +Man!'