summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-08-18 15:24:02 +0200
committerThomas Voss <mail@thomasvoss.com> 2024-08-18 15:24:02 +0200
commit093ff0f6d5eab2befbf07458c98d0b7a73a9677a (patch)
treef6dea36ef86156e7b42e92dc1c237f5566bbd2d3 /.bashrc
parent3b209dc0f967e469207beea7d6478ebe1e075c76 (diff)
bash: Customize MANSECT
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc2
1 files changed, 1 insertions, 1 deletions
diff --git a/.bashrc b/.bashrc
index d3534d8..7fcc192 100644
--- a/.bashrc
+++ b/.bashrc
@@ -31,7 +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 MANSECT="3,2,1,8,5,7,4,6,3p,1p"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_CONFIG_DIRS="/etc/xdg"