summaryrefslogtreecommitdiff
path: root/.zsh
diff options
context:
space:
mode:
Diffstat (limited to '.zsh')
-rw-r--r--.zsh/zshenv/99_gcloud2
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh/zshenv/99_gcloud b/.zsh/zshenv/99_gcloud
index add747d..93112ae 100644
--- a/.zsh/zshenv/99_gcloud
+++ b/.zsh/zshenv/99_gcloud
@@ -7,7 +7,7 @@
path_append $HOME/google-cloud-sdk/bin
-if [ -x $(which gcloud) ] ; then
+if [ -x "$(which gcloud)" ] ; then
export CLOUDSDK_COMPUTE_REGION=europe-west6
export CLOUDSDK_COMPUTE_ZONE=europe-west6-b
fi