diff options
author | June McEnroe <june@causal.agency> | 2021-01-26 23:21:49 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-01-27 00:19:08 -0500 |
commit | d6a617a531c887778ee329150a58d83e680dbe32 (patch) | |
tree | 39d4b0a85d5ff845b6a2b5131d30955ddda19b3e /home | |
parent | Use First state to match keyword at beginning of line (diff) | |
download | src-d6a617a531c887778ee329150a58d83e680dbe32.tar.gz src-d6a617a531c887778ee329150a58d83e680dbe32.zip |
Set para and sect for mdoc
Copied from the OpenBSD defaults.
Diffstat (limited to '')
-rw-r--r-- | home/.profile | 2 |
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 |