summaryrefslogtreecommitdiff
path: root/zsh/.zshrc.work
diff options
context:
space:
mode:
Diffstat (limited to 'zsh/.zshrc.work')
-rw-r--r--zsh/.zshrc.work3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/.zshrc.work b/zsh/.zshrc.work
index e69de29..aa8f506 100644
--- a/zsh/.zshrc.work
+++ b/zsh/.zshrc.work
@@ -0,0 +1,3 @@
+if [[ `on_gcloud` == "yes" || `on_aws` == "yes" ]]; then
+ umask 0022
+fi