From eaa805e96d124a4a5a508469f79574ca088d5da5 Mon Sep 17 00:00:00 2001 From: Spotlight Date: Fri, 27 Jul 2018 16:13:09 -0500 Subject: [PATCH] Merge Darwin/Linux handling of GCP SDK --- zshrc | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/zshrc b/zshrc index 44be019..7efee3d 100644 --- a/zshrc +++ b/zshrc @@ -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