commit e80dcd3b54cba9a0ae11f5d27046b5aaba3b7a4b
parent 3b493aa5316ff09725a7ff2bcd3357ff1af6bf28
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 19 Feb 2014 16:34:57 -0800
On OS X, replace BSD userland with GNU tools if installed
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.paths b/.paths
@@ -22,6 +22,7 @@ path_prepend "$HOME/bin"
# Push /usr/local/bin to the front of PATH
path_prepend "/usr/local/bin"
+path_prepend "/usr/homebrew/opt/coreutils/libexec/gnubin"
# Chromium and Dart development
path_prepend "$HOME/src/depot_tools"