Set umask to 022 if it's not set already
This commit is contained in:
parent
d35dcd9699
commit
141e5de8ce
1 changed files with 2 additions and 0 deletions
2
config/zsh/login/umask
Normal file
2
config/zsh/login/umask
Normal file
|
@ -0,0 +1,2 @@
|
|||
#! zsh
|
||||
(( $(umask) == 0 )) && umask 022
|
Loading…
Reference in a new issue