summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2012-09-06 11:33:43 +0200
committerHugues Hiegel <hugues@hiegel.fr>2012-09-06 11:33:43 +0200
commit6de3a217192cb50f1b18d9749bc1e70e739ec7d4 (patch)
treee02e6a4fc3676995cb5dd723528100175940bde6 /00_Sanity.zsh
parent1a654befe93f40a2e734440a39f8c7d2ecbca56b (diff)
umask 027 -> 002
Diffstat (limited to '00_Sanity.zsh')
-rw-r--r--00_Sanity.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh
index 426f637..94b0341 100644
--- a/00_Sanity.zsh
+++ b/00_Sanity.zsh
@@ -12,7 +12,7 @@
ulimit -c 0
# No dangerous world-writeable files & folders
-umask 027
+umask 002
# sanity
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null