From d6a617a531c887778ee329150a58d83e680dbe32 Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Tue, 26 Jan 2021 23:21:49 -0500 Subject: Set para and sect for mdoc Copied from the OpenBSD defaults. --- home/.profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'home') 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 -- cgit 1.4.1