summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-06-14 14:31:57 -0400
committerJune McEnroe <june@causal.agency>2021-06-14 14:31:57 -0400
commit7ca91d6bf3adb945e94f2d771e5fb9cfb73955ae (patch)
treee72088be81eca3086329e85f1251b30ce8a50aad /home
parentPublish "seprintf" (diff)
downloadsrc-7ca91d6bf3adb945e94f2d771e5fb9cfb73955ae.tar.gz
src-7ca91d6bf3adb945e94f2d771e5fb9cfb73955ae.zip
Set iclower, not ic
Diffstat (limited to 'home')
-rw-r--r--home/.profile2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile
index d719799b..f4e4169e 100644
--- a/home/.profile
+++ b/home/.profile
@@ -10,7 +10,7 @@ export MANPATH=:~/.local/share/man
 
 export EDITOR=vi
 type nvi >/dev/null && EDITOR=nvi
-export EXINIT='set ai ic sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G'
+export EXINIT='set ai iclower sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G'
 export PAGER=less
 export LESS=FRXix4
 export CLICOLOR=1