commit 2c48b9a45abcb98d764d99d1f38f81fd2e34f5c0
parent 78fe3cdc4ed0f79a19cbe185d933e947920c81fa
Author: Chris Bracken <chris@bracken.jp>
Date: Tue, 4 Mar 2014 23:43:08 -0800
Add GOROOT, update PATH
Diffstat:
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/.paths b/.paths
@@ -21,7 +21,7 @@ path_append() {
path_prepend "$HOME/bin"
# Go development
-path_prepend "/usr/local/Cellar/go/1.2/libexec/bin"
+path_prepend "/usr/local/Cellar/go/1.2.1/libexec/bin"
# Chromium and Dart development
path_prepend "$HOME/src/depot_tools"
diff --git a/.profile b/.profile
@@ -11,6 +11,7 @@ umask 022
export EDITOR=/usr/bin/vim
export GNUPGHOME="$HOME/.gnupg"
export DART_SDK="$HOME/src/third_party/dart-sdk"
+export GOROOT="$HOME/src/go"
if [ -n "$BASH_VERSION" ]; then
# bash doesn't read .bashrc in login shells, do it manually