summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-04-08 11:29:38 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-04-08 11:29:38 +0200
commita2caf7261cd044c7550926963d51301f4bba314e (patch)
treeb4707d79a291c7e2254da91058f26a64cb8f7303
parentc4e1b11c76eb68054331d4ec35fdc10b0ea55800 (diff)
umask 066 -> 022..
This is *really* fucking when committing for public git-repositories.. :-/
-rw-r--r--00_Sanity.zsh2
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh
index e1d8f76..6dcea64 100644
--- a/00_Sanity.zsh
+++ b/00_Sanity.zsh
@@ -12,7 +12,7 @@
ulimit -c 0
# No dangerous world-writeable files & folders
-umask 066
+umask 022
# sanity
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null