diff options
author | Xiao Pan <gky44px1999@gmail.com> | 2023-07-03 20:48:17 -0700 |
---|---|---|
committer | Xiao Pan <gky44px1999@gmail.com> | 2023-07-03 20:48:17 -0700 |
commit | b20f47b5e68aa4594dd2297234c45a56e6cbf7a7 (patch) | |
tree | 2c464087bf3c66f701762b799fdadbc981395550 /home/xyz/.profile | |
parent | d7639eccd9e7fb7c736d7c6576d5f3c88f4ef75f (diff) |
typo
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 f6dd5e8c..45b16985 100644 --- a/home/xyz/.profile +++ b/home/xyz/.profile @@ -33,7 +33,7 @@ export LESS=-FRXi export SDCV_PAGER="$PAGER" export SDCV_HISTSIZE=10000 export MANPAGER='nvim -M +Man!' -# This MANSECT prioritize POSIX manpages. After use it for a long time, I think it is suitable for me any more. +# This MANSECT prioritize POSIX manpages. After use it for a long time, I think it is not 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" |