diff options
author | xyz <gky44px1999@gmail.com> | 2021-11-05 01:09:24 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2021-11-05 01:09:24 -0700 |
commit | 2993fbf93f021387bb63b56dca7e784cdc29dd14 (patch) | |
tree | 5ce228ada038e41d1c70ca84f7ed547a730d0b17 /home/xyz/.profile | |
parent | 45933c87d522871c283012410d678f736fb2d6e4 (diff) |
refactor
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index bafc9b2e..d9c40037 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -35,6 +35,8 @@ export PAGER=less # steal from sdcv arch wiki export LESS='-FRX' export SDCV_PAGER="$PAGER" + +# gnuism export MANPAGER='nvim -M +Man!' export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' |