diff options
author | June McEnroe <june@causal.agency> | 2020-05-07 11:46:03 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-07 11:46:03 -0400 |
commit | 121f4e9bd35c6d6aca29c484fd6f4cc4e65c6b9d (patch) | |
tree | c5cf2c34b43fbb4da71a59a84601f04d3a706056 /home | |
parent | Post "casual update" (diff) | |
download | src-121f4e9bd35c6d6aca29c484fd6f4cc4e65c6b9d.tar.gz src-121f4e9bd35c6d6aca29c484fd6f4cc4e65c6b9d.zip |
Update nvim MANPAGER
Not sure when this was added. Has the advantage of working properly in more versions of man(1) it seems.
Diffstat (limited to 'home')
-rw-r--r-- | home/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/.profile b/home/.profile index 20576362..031d2e1e 100644 --- a/home/.profile +++ b/home/.profile @@ -9,7 +9,7 @@ path /usr/games export PAGER=less export LESS=FRX export EDITOR=nvim -export MANPAGER="nvim -c 'set ft=man' -" +export MANPAGER='nvim +Man!' export MANSECT=2:3:1:8:6:5:7:4:9 export CLICOLOR=1 export GPG_TTY=$(tty) |