diff options
author | Mattias Andrée <maandree@kth.se> | 2021-06-27 19:57:51 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@kth.se> | 2021-06-27 19:57:51 +0200 |
commit | 6f5684956168ad906b3554e0c3aa0585ad890354 (patch) | |
tree | 6637cb240b2951787670f27bcc66f1a48ece36bd /base | |
parent | m (diff) | |
download | dotfiles-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')
-rw-r--r-- | base/profile | 3 |
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}" |