env: fix missing PATH for homebrew GNU utils
This commit is contained in:
parent
58410995ad
commit
ba4ea52d99
1 changed files with 2 additions and 0 deletions
|
@ -36,6 +36,8 @@ source ${HOME}/.cargo/env
|
|||
|
||||
if type brew > /dev/null 2>&1; then
|
||||
eval $(brew shellenv)
|
||||
|
||||
export PATH="$(brew --prefix coreutils)/libexec/gnubin:${PATH}"
|
||||
fi
|
||||
|
||||
# OS X stuff if availabe
|
||||
|
|
Loading…
Add table
Reference in a new issue