summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2021-01-26 23:21:49 -0500
committerJune McEnroe <june@causal.agency>2021-01-27 00:19:08 -0500
commitd6a617a531c887778ee329150a58d83e680dbe32 (patch)
tree39d4b0a85d5ff845b6a2b5131d30955ddda19b3e /home
parentUse First state to match keyword at beginning of line (diff)
downloadsrc-d6a617a531c887778ee329150a58d83e680dbe32.tar.gz
src-d6a617a531c887778ee329150a58d83e680dbe32.zip
Set para and sect for mdoc
Copied from the OpenBSD defaults.
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 e6f75db3..08dd75c9 100644
--- a/home/.profile
+++ b/home/.profile
@@ -8,7 +8,7 @@ path /usr/games
 
 export EDITOR=vi
 type nvi >/dev/null && EDITOR=nvi
-export EXINIT='set ai ic sm sw=4 ts=4 | map gg 1G'
+export EXINIT='set ai ic sm sw=4 ts=4 para=BlBdPpIt sect=ShSs | map gg 1G'
 export PAGER=less
 export LESS=FRXix4
 export CLICOLOR=1