From 6a671a6209932adc6858289c3e04f2f29693304f Mon Sep 17 00:00:00 2001 From: pks Date: Tue, 3 Oct 2023 10:58:14 +0200 Subject: update --- zsh/.zshrc.local.work | 3 +++ zsh/.zshrc.work | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) create mode 100644 zsh/.zshrc.local.work delete mode 100644 zsh/.zshrc.work (limited to 'zsh') 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 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 -- cgit v1.2.3