diff options
Diffstat (limited to 'zsh/.zshrc.local.work')
-rw-r--r-- | zsh/.zshrc.local.work | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc.local.work b/zsh/.zshrc.local.work new file mode 100644 index 0000000..8b7fb36 --- /dev/null +++ b/zsh/.zshrc.local.work @@ -0,0 +1,3 @@ +umask 0022 +export CLOUDSDK_PYTHON=python3.10 +export PATH=~/google-cloud-sdk/bin:$PATH |