Bash: relax default umask to 007
This commit is contained in:
parent
2ef53d351a
commit
80b1786524
@ -1,7 +1,7 @@
|
||||
|
||||
# customized
|
||||
|
||||
umask 077
|
||||
umask 007
|
||||
|
||||
export EDITOR='vim'
|
||||
export VISUAL='vim'
|
||||
|
@ -1,2 +1,2 @@
|
||||
#!/bin/sh
|
||||
chmod go-rwx -R ~
|
||||
chmod o-rwx -R ~
|
||||
|
Loading…
Reference in New Issue
Block a user