dotfiles/dotlib/darwin/homebrew.sh

9 lines
158 B
Bash
Raw Normal View History

2024-05-13 07:18:11 +00:00
if [[ -v MANPATH ]]; then
MANPATH=/opt/homebrew/share/man:$MANPATH
else
MANPATH=/opt/homebrew/share/man
fi
export MANPATH
add-path /opt/homebrew/{s,}bin