zshrc.d/10-shell-options.zrc
changeset 36 89707240553f
parent 13 e1da4a7a9e92
--- a/zshrc.d/10-shell-options.zrc	Sun Feb 28 17:06:21 2016 +0100
+++ b/zshrc.d/10-shell-options.zrc	Thu Sep 22 19:18:09 2016 +0200
@@ -65,8 +65,4 @@
 ulimit -c 0
 
 # File/directory masks
-if [[ $UID -eq 0 ]]; then
-  umask 022
-else
-  umask 002
-fi
+umask 022