diff options
author | June McEnroe <june@causal.agency> | 2018-10-27 16:18:32 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-10-27 16:18:32 -0400 |
commit | 93afaf0f29d3b9a1925f4a75778bb29ed288c444 (patch) | |
tree | 14e85c595c7801f6295187782c4ee64be2c7d580 | |
parent | Add Rival Consoles — Helios (diff) | |
download | src-93afaf0f29d3b9a1925f4a75778bb29ed288c444.tar.gz src-93afaf0f29d3b9a1925f4a75778bb29ed288c444.zip |
Set MANSECT for sections 2 and 3 before 1
I almost never want to read printf(1).
-rw-r--r-- | home/.kshrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/home/.kshrc b/home/.kshrc index ef509d5d..16e79147 100644 --- a/home/.kshrc +++ b/home/.kshrc @@ -12,6 +12,7 @@ CDPATH=:$HOME export PWD export PAGER=less +export MANSECT=2:3:1:8:6:5:7:4:9 export EDITOR=vim if whence nvim > /dev/null; then EDITOR=nvim |