Fix the manual page search path

This commit is contained in:
Nick Chambers 2024-05-14 21:50:19 -05:00
parent 3f81a7a4a5
commit 448a4df728
1 changed files with 2 additions and 1 deletions

View File

@ -1,7 +1,8 @@
if [[ -v MANPATH ]]; then
MANPATH=/opt/homebrew/share/man:$MANPATH
else
MANPATH=/opt/homebrew/share/man
# https://askubuntu.com/a/693612
MANPATH=:/opt/homebrew/share/man
fi
export MANPATH