mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 13:35:42 -07:00
Add Go appengine SDK to path.
This commit is contained in:
@@ -24,7 +24,7 @@ export DEBFULLNAME="David Tomaschik"
|
|||||||
export LESS="-MR"
|
export LESS="-MR"
|
||||||
|
|
||||||
EXTRA_PATHS=("$HOME/.gce/google-cloud-sdk/bin" "$HOME/bin/genymotion"
|
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
|
for p in "${EXTRA_PATHS[@]}" ; do
|
||||||
if [ -d "$p" ] ; then
|
if [ -d "$p" ] ; then
|
||||||
export PATH="$PATH:$p"
|
export PATH="$PATH:$p"
|
||||||
|
|||||||
Reference in New Issue
Block a user