diff options
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' |