dotfiles/dotlib/darwin/homebrew.sh

10 lines
194 B
Bash
Raw Permalink Normal View History

2024-05-13 07:18:11 +00:00
if [[ -v MANPATH ]]; then
MANPATH=/opt/homebrew/share/man:$MANPATH
else
2024-05-15 02:50:19 +00:00
# https://askubuntu.com/a/693612
MANPATH=:/opt/homebrew/share/man
2024-05-13 07:18:11 +00:00
fi
export MANPATH
add-path /opt/homebrew/{s,}bin