gcloud in tools.

This commit is contained in:
David Tomaschik
2017-02-04 12:29:25 -08:00
parent f3b6be53e0
commit c8c954617e
4 changed files with 23 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
#!/bin/zsh
GCL=${HOME}/tools/gcloud
if [ ! -d ${GCL} ] ; then
return
fi
# Add bin to path
export PATH="${PATH}:${GCL}/bin"
# Load completion
source ${GCL}/completion.zsh.inc