summaryrefslogtreecommitdiff
path: root/zsh
diff options
context:
space:
mode:
authorpks <pks@pks.rocks>2023-10-03 10:58:14 +0200
committerpks <pks@pks.rocks>2023-10-03 10:58:14 +0200
commit6a671a6209932adc6858289c3e04f2f29693304f (patch)
tree5d5764d799b0a7b900ad06fff7e4fe2ac8404b4c /zsh
parentcec429dc47c4165b6483a9e9eb2df9d055aa7158 (diff)
update
Diffstat (limited to 'zsh')
-rw-r--r--zsh/.zshrc.local.work3
-rw-r--r--zsh/.zshrc.work5
2 files changed, 3 insertions, 5 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
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