From 8d489398188d499ca2bc01f25a2f4d2ef31f950a Mon Sep 17 00:00:00 2001 From: "martin f. krafft" Date: Sat, 3 Feb 2018 20:53:45 +1300 Subject: [PATCH 1/1] change umask to 0007 --- .zsh/zprofile/10-umask | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.zsh/zprofile/10-umask b/.zsh/zprofile/10-umask index ced69c6..756d3bb 100644 --- a/.zsh/zprofile/10-umask +++ b/.zsh/zprofile/10-umask @@ -1,5 +1,5 @@ # -# Defines a basic, restrictive umask +# Defines a basic, restrictive yet usable umask # # Copyright © 1994–2017 martin f. krafft # Released under the terms of the Artistic Licence 2.0 @@ -7,6 +7,6 @@ # Source repository: http://git.madduck.net/v/etc/zsh.git # -umask 0077 +umask 0007 # vim:ft=zsh -- 2.39.2