summaryrefslogtreecommitdiff
path: root/00_Sanity.zsh
diff options
context:
space:
mode:
authorHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
committerHugues Hiegel <hugues@hiegel.fr>2008-05-24 12:02:06 +0200
commit6d127fd3274dcd551e175a9c0440f80aebcb2fc2 (patch)
tree407e5d13acc9c5977a204c621625f48a5a6dc384 /00_Sanity.zsh
parente2f9a952558aea3a37296f45dc911f109342748a (diff)
parentbb76357c72d67b5eab803fccce27617d178f7ed3 (diff)
Merge branch 'master' of ssh://ssh.hiegel.fr/work/repos/zdotdir
Conflicts: host:prunelle/Aliases.zsh host:prunelle/Environment.zsh host:prunelle/README net:ordener.fr net:ordener.fr/host:prunelle/Aliases.zsh net:ordener.fr/host:prunelle/Environment.zsh net:ordener.fr/host:prunelle/README net:sweethome/host:prunelle/Aliases.zsh net:sweethome/host:prunelle/Environment.zsh net:sweethome/host:prunelle/README user:hugues/KeyBindings.zsh
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 39ba813..6dcea64 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 022
# sanity
[[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null