commit a3448b72ee97b807f91dfbb565b7241e903b4bb8
parent e80dcd3b54cba9a0ae11f5d27046b5aaba3b7a4b
Author: Chris Bracken <chris@bracken.jp>
Date: Wed, 19 Feb 2014 21:17:06 -0800
Add godoc, etc. to PATH
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.paths b/.paths
@@ -24,6 +24,9 @@ path_prepend "$HOME/bin"
path_prepend "/usr/local/bin"
path_prepend "/usr/homebrew/opt/coreutils/libexec/gnubin"
+# Go development
+path_prepend "/usr/local/Cellar/go/1.2/libexec/bin"
+
# Chromium and Dart development
path_prepend "$HOME/src/depot_tools"
path_prepend "$DART_SDK/bin"