summary refs log tree commit diff
path: root/home
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
commit4124394943bd5092cbaa0d01000c117cde21a30e (patch)
tree356c4a9de3ef2e8ad39a3bb76991aa55f8f6b819 /home
parentSet EXINIT (diff)
downloadsrc-4124394943bd5092cbaa0d01000c117cde21a30e.tar.gz
src-4124394943bd5092cbaa0d01000c117cde21a30e.zip
Set less search case-insensitive
Diffstat (limited to '')
-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!'
b1d1f3d593442027ad4d7de81f08418ea496ea&follow=1'>Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe