summary refs log tree commit diff stats
path: root/zsh/.config
diff options
context:
space:
mode:
authorAlan Pearce2017-06-01 21:32:48 +0200
committerAlan Pearce2017-06-01 21:32:48 +0200
commit70d61b4a0f23dd6d6d7872f0d4159ffc92ffe267 (patch)
tree535c58ab32c355248cf16caba712391e76fecbe1 /zsh/.config
parent3ee51fe5f1110072b345638b1fc8d91af92c8c85 (diff)
parentf2f351569ffac639d5773d52f7482e77528eeb2c (diff)
downloaddotfiles-70d61b4a0f23dd6d6d7872f0d4159ffc92ffe267.tar.lz
dotfiles-70d61b4a0f23dd6d6d7872f0d4159ffc92ffe267.tar.zst
dotfiles-70d61b4a0f23dd6d6d7872f0d4159ffc92ffe267.zip
Merge remote-tracking branch 'origin/master'
Diffstat (limited to 'zsh/.config')
-rw-r--r--zsh/.config/zsh/.zshenv3
1 files changed, 2 insertions, 1 deletions
diff --git a/zsh/.config/zsh/.zshenv b/zsh/.config/zsh/.zshenv
index 51323f1..87dda38 100644
--- a/zsh/.config/zsh/.zshenv
+++ b/zsh/.config/zsh/.zshenv
@@ -40,7 +40,8 @@ then
     read osrelease < /proc/sys/kernel/osrelease
     if [[ $osrelease =~ Microsoft$ ]]
     then
-      windows=1
+      export windows=1
+      umask 002
     fi
   fi