osx/custompkg/root/etc/skel/Library/bashrc.d/099.brew-path.sh

5 lines
96 B
Bash
Raw Normal View History

2021-09-11 02:34:25 +00:00
if [[ -d $HOME/Library/Homebrew ]]; then
export PATH="$PATH:$HOME/Library/Homebrew/bin"
fi