mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
Add Go appengine SDK to path.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user