diff options
author | xyz <gky44px1999@gmail.com> | 2022-01-29 17:39:15 -0800 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-01-29 17:39:15 -0800 |
commit | bfbd2e8e7a5199a62c93541c6ca19b3d595a496f (patch) | |
tree | efdd0c492fa2dca4ebdd7160f66cdb6be11886a0 /home/xyz/.profile | |
parent | bf25626c11b50200f423b86ca70983c98e40ca28 (diff) |
refactor
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 7d38946c..b63168f2 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -30,7 +30,7 @@ export PAGER='less -FRX' export SDCV_PAGER="$PAGER" export SDCV_HISTSIZE=10000 # CALCURSE_PAGER less can't use -F, else ? and > hotkey will only blink the text -export CALCURSE_PAGER=less +#export CALCURSE_PAGER=less # not posix export MANPAGER='nvim -M +Man!' export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' |