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 | e10f6246fdafa698fcef3a841fcd9f5e28e22484 (patch) | |
tree | b9c10a653492ba5ef1fe8709eb95fd77e186c6ce /home/.profile | |
parent | Use First state to match keyword at beginning of line (diff) | |
download | src-e10f6246fdafa698fcef3a841fcd9f5e28e22484.tar.gz src-e10f6246fdafa698fcef3a841fcd9f5e28e22484.zip |
Set para and sect for mdoc
Copied from the OpenBSD defaults.
Diffstat (limited to 'home/.profile')
-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 |