diff options
author | xyz <gky44px1999@gmail.com> | 2022-10-23 14:31:29 -0700 |
---|---|---|
committer | xyz <gky44px1999@gmail.com> | 2022-10-23 14:31:29 -0700 |
commit | bc4e741a3565dd24c8f73ebf18d11b476ae13ce3 (patch) | |
tree | 3c090d69911a336659b5e46d1970081e4f0ef337 /home/xyz/.profile | |
parent | e6351a1ebc3214ea789a0b68ec5a68b140a09c0c (diff) |
.profile use default MANSECT
Diffstat (limited to 'home/xyz/.profile')
-rw-r--r-- | home/xyz/.profile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/xyz/.profile b/home/xyz/.profile index b4e6cfab..118f63db 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -31,9 +31,9 @@ export LESS=-FRXi export SDCV_PAGER="$PAGER" export SDCV_HISTSIZE=10000 -# not posix export MANPAGER='nvim -M +Man!' -export MANSECT='1p:1:n:l:8:3p:3:0p:0:2:5:4:9:6:7' +# This MANSECT prioritize POSIX manpages. After use it for a long time, I think it is suitable for me any more. +#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" # Thanks to https://github.com/trialuser02/qt6gtk2/pull/5 |