diff --git a/home/.bash_env b/home/.bash_env index 14bfa92..bd42ab3 100644 --- a/home/.bash_env +++ b/home/.bash_env @@ -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