Merge Darwin/Linux handling of GCP SDK

This commit is contained in:
Spotlight 2018-07-27 16:13:09 -05:00
parent bea7fcfb3c
commit eaa805e96d
No known key found for this signature in database
GPG key ID: 1677AD4E8EBBBC56

11
zshrc
View file

@ -49,13 +49,10 @@ zplug load
# Local stuff, homebrew python, theos
export PATH="${HOME}/bin:${HOME}/bin/android-sdk/platform-tools:${PATH}"
if [[ $OSTYPE == darwin* ]]; then
# Google Cloud tools
# On Arch and etcetera, we'd be installing these ourselves and putting it in global path.
# Not on a Mac, so...
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
fi
# Google Cloud tools
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
export EDITOR=nano