From af3c9b54ec4841777b263ab389255ba52f5ec52b Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Mon, 11 Jan 2016 16:22:41 -0800 Subject: [PATCH] coreutils needs to go before /usr/bin --- dotfiles/lib/shellenv.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/lib/shellenv.sh b/dotfiles/lib/shellenv.sh index 4eceb45c..fdbbf14e 100644 --- a/dotfiles/lib/shellenv.sh +++ b/dotfiles/lib/shellenv.sh @@ -17,7 +17,7 @@ function _setup_env { add_to_path "$HOME/.local/lib/python2.6/site-packages" --after add_to_path "$HOME/.rvm/bin" --after add_to_path "$HOME/bin" - hash brew 2>/dev/null && add_to_path "$(brew --prefix coreutils)/libexec/gnubin" + hash brew 2>/dev/null && add_to_path --before "$(brew --prefix coreutils)/libexec/gnubin" add_to_path "/usr/local/bin" add_to_path $(python -c 'import sysconfig; print sysconfig.get_path("scripts")') --before