add homebrew path to bashrc.d

This commit is contained in:
Jeffrey Paul 2021-09-11 02:34:25 +00:00
parent f3b239f28a
commit f672bb4ce8
1 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,4 @@
if [[ -d $HOME/Library/Homebrew ]]; then
export PATH="$PATH:$HOME/Library/Homebrew/bin"
fi