From d8093419531e4a7572f886ff5c2fe152047c732a Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Sat, 26 Sep 2015 06:16:01 -0700 Subject: [PATCH] Add Go appengine SDK to path. --- dotfiles/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/profile b/dotfiles/profile index 9f3c2e5..d0d6c1a 100644 --- a/dotfiles/profile +++ b/dotfiles/profile @@ -24,7 +24,7 @@ export DEBFULLNAME="David Tomaschik" export LESS="-MR" EXTRA_PATHS=("$HOME/.gce/google-cloud-sdk/bin" "$HOME/bin/genymotion" - "$HOME/bin/genymotion/tools" ) + "$HOME/bin/genymotion/tools" "$HOME/bin/go_appengine" ) for p in "${EXTRA_PATHS[@]}" ; do if [ -d "$p" ] ; then export PATH="$PATH:$p"