From e3e75c8e725eef00c8fd46b05250d47c71e8499a Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 17 Aug 2009 14:51:13 +0200 Subject: change default umask --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 6b10745..3d3b08f 100644 --- a/.zshrc +++ b/.zshrc @@ -583,6 +583,9 @@ if [ -x /usr/bin/fortune ]; then fi echo +# }}} +# {{{ Other stuff that doesn't fit anywhere else +umask 077 # }}} # Show again -- cgit v1.2.3-24-g4f1b