From ee96fea75a4ad724885e0f0258f1935a33b16fa0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 31 Aug 2024 16:25:40 +0200 Subject: bash: Add section for 0p to MANSECT --- .bashrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.bashrc b/.bashrc index 7fcc192..ef22f7b 100644 --- a/.bashrc +++ b/.bashrc @@ -31,7 +31,7 @@ export PAGER="less" export MANPAGER="nvimpager" export TERM="xterm-256color" export VISUAL="nvim" -export MANSECT="3,2,1,8,5,7,4,6,3p,1p" +export MANSECT="3,2,1,8,5,7,4,6,3p,1p,0p" export XDG_CACHE_HOME="$HOME/.cache" export XDG_CONFIG_DIRS="/etc/xdg" -- cgit v1.2.3