summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--zsh/.zshrc.work1
1 files changed, 1 insertions, 0 deletions
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work
index d3e4f1f..cc5ea1c 100644
--- a/zsh/.zshrc.work
+++ b/zsh/.zshrc.work
@@ -1,4 +1,5 @@
umask 0022
+export CLOUDSDK_PYTHON=python3.9
export PATH=~/google-cloud-sdk/bin:$PATH
if [ -f '/home/pks/work/google-cloud-sdk/path.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/path.zsh.inc'; fi
if [ -f '/home/pks/work/google-cloud-sdk/completion.zsh.inc' ]; then . '/home/pks/work/google-cloud-sdk/completion.zsh.inc'; fi