aboutsummaryrefslogtreecommitdiffstats
path: root/base/profile
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-06-27 19:57:51 +0200
committerMattias Andrée <maandree@kth.se>2021-06-27 19:57:51 +0200
commit6f5684956168ad906b3554e0c3aa0585ad890354 (patch)
tree6637cb240b2951787670f27bcc66f1a48ece36bd /base/profile
parentm (diff)
downloaddotfiles-6f5684956168ad906b3554e0c3aa0585ad890354.tar.gz
dotfiles-6f5684956168ad906b3554e0c3aa0585ad890354.tar.bz2
dotfiles-6f5684956168ad906b3554e0c3aa0585ad890354.tar.xz
Add MANSECT
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'base/profile')
-rw-r--r--base/profile3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/profile b/base/profile
index 0340623..2206a1f 100644
--- a/base/profile
+++ b/base/profile
@@ -9,6 +9,9 @@ export LANG="en_GB.UTF-8"
export MAIN_ALSA_CARD=0
export MAIN_ALSA_MIXER=PCM
+# Set man section order
+export MANSECT="1p:8p:1:8:2:3p:3:0:5:4:9:6:7:n:l"
+
# Ensure ~/.local/bin and ~/.usr/bin are in PATH
if ( IFS=: ; printf '%s\n' $PATH ) | grep -Fx ~/.local/bin >/dev/null; then
export PATH="${HOME}/.local/bin:${PATH}"