diff options
Diffstat (limited to 'zsh/.zshrc.work')
-rw-r--r-- | zsh/.zshrc.work | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work deleted file mode 100644 index cc5ea1c..0000000 --- a/zsh/.zshrc.work +++ /dev/null @@ -1,5 +0,0 @@ -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 |