diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-12-14 20:46:10 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-12-14 20:46:10 +0100 |
commit | 2d61311ad2227b881c6ac46ed53e8f2cfaaba263 (patch) | |
tree | 6012af882deda2fb85dcfaff617539a98a98353d | |
parent | b1fb4917ecb7cae8d2e9318927e59927d66031cb (diff) |
bash: Set manual page order
-rw-r--r-- | .bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ export PAGER="less" export MANPAGER="nvimpager" export TERM="xterm-256color" export VISUAL="nvim" +export MANSECT="1,1p,n,l,8,3,2,3p,0,0p,3type,5,4,9,6,7" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_DIRS="/etc/xdg" |