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

5 lines
96 B
Bash

if [[ -d $HOME/Library/Homebrew ]]; then
export PATH="$PATH:$HOME/Library/Homebrew/bin"
fi