diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-08-31 16:25:40 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-08-31 16:25:40 +0200 |
commit | ee96fea75a4ad724885e0f0258f1935a33b16fa0 (patch) | |
tree | 8301c4a32191e2677719ab8f3b0f65d1af718868 /.bashrc | |
parent | 373bccce0f87530af7aecba4f1f54696ce39d1fa (diff) |
bash: Add section for 0p to MANSECT
Diffstat (limited to '.bashrc')
-rw-r--r-- | .bashrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |