diff options
author | Hugues Hiegel <hugues@hiegel.fr> | 2008-04-04 10:37:00 +0200 |
---|---|---|
committer | Hugues Hiegel <hugues@hiegel.fr> | 2008-04-04 10:37:00 +0200 |
commit | 18a6223eb7341c13afaaa49b75db3947d797939b (patch) | |
tree | d9052149403ccbd7170d77be447669d3cc964bb3 | |
parent | 0c31698701b35f9d9b2ff7d5efd9ae9ce0b217f5 (diff) |
World-readable new files & folders.
That was a shit each time I git-pushed to public repositories..
-rw-r--r-- | 00_Sanity.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh index 39ba813..e1d8f76 100644 --- a/00_Sanity.zsh +++ b/00_Sanity.zsh @@ -12,7 +12,7 @@ ulimit -c 0 # No dangerous world-writeable files & folders -umask 067 +umask 066 # sanity [[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null |