From 2d61311ad2227b881c6ac46ed53e8f2cfaaba263 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 14 Dec 2023 20:46:10 +0100 Subject: bash: Set manual page order --- .bashrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.bashrc b/.bashrc index 317f397..a26b7c9 100644 --- a/.bashrc +++ b/.bashrc @@ -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" -- cgit v1.2.3