Merge Darwin/Linux handling of GCP SDK
This commit is contained in:
parent
bea7fcfb3c
commit
eaa805e96d
1 changed files with 4 additions and 7 deletions
11
zshrc
11
zshrc
|
@ -49,13 +49,10 @@ zplug load
|
||||||
|
|
||||||
# Local stuff, homebrew python, theos
|
# Local stuff, homebrew python, theos
|
||||||
export PATH="${HOME}/bin:${HOME}/bin/android-sdk/platform-tools:${PATH}"
|
export PATH="${HOME}/bin:${HOME}/bin/android-sdk/platform-tools:${PATH}"
|
||||||
if [[ $OSTYPE == darwin* ]]; then
|
|
||||||
# Google Cloud tools
|
# Google Cloud tools
|
||||||
# On Arch and etcetera, we'd be installing these ourselves and putting it in global path.
|
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
|
||||||
# Not on a Mac, so...
|
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
|
||||||
source ${HOME}/bin/google-cloud-sdk/completion.zsh.inc
|
|
||||||
source ${HOME}/bin/google-cloud-sdk/path.zsh.inc
|
|
||||||
fi
|
|
||||||
|
|
||||||
export EDITOR=nano
|
export EDITOR=nano
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue