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"