diff options
author | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2023-10-21 23:02:28 -0700 |
commit | 9eb49b479be5b596f7a95e3ed58f5e651e10b38b (patch) | |
tree | 8ca6a0a247b07662d8093cd022c238609cff870f /home/xyz/.profile | |
parent | 4b9312ebf6f24291b2c048831f4673db3ed84c41 (diff) |
in process of convert studio laptop to server
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index 8040dc0f..f2cc4d20 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -25,14 +25,15 @@ export BROWSER=firefox # -F is useful when sdcv need user to manually select similar word, after selection if no -F less will not quit if one screen # but other situation seems less use -F as default? # steal from sdcv arch wiki -export PAGER='less -FRX' +export PAGER=less +export LESS=-FRXi 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 # not posix -export MANPAGER='nvim -M +Man!' +export MANPAGER='nvim +Man!' export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/ssh-agent.socket" export INPUTRC="$XDG_CONFIG_HOME/.inputrc" |