add homebrew path to bashrc.d
This commit is contained in:
parent
f3b239f28a
commit
f672bb4ce8
|
@ -0,0 +1,4 @@
|
||||||
|
if [[ -d $HOME/Library/Homebrew ]]; then
|
||||||
|
export PATH="$PATH:$HOME/Library/Homebrew/bin"
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in New Issue