From a2caf7261cd044c7550926963d51301f4bba314e Mon Sep 17 00:00:00 2001 From: Hugues Hiegel Date: Tue, 8 Apr 2008 11:29:38 +0200 Subject: umask 066 -> 022.. This is *really* fucking when committing for public git-repositories.. :-/ --- 00_Sanity.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3