diff options
Diffstat (limited to 'base/profile')
-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}" |