+umask 022
authorlace <>
Sat, 16 Jun 2007 13:08:41 +0000 (13:08 +0000)
committerlace <>
Sat, 16 Jun 2007 13:08:41 +0000 (13:08 +0000)
.bashrc

diff --git a/.bashrc b/.bashrc
index e45bbb8..289a0f9 100644 (file)
--- a/.bashrc
+++ b/.bashrc
@@ -288,6 +288,7 @@ ulimit -S -c 0
 set +H
 shopt -s mailwarn
 unset OPTIND
+umask 022
 
 if [ -f "$HOME/.bashrc.local" ];then source "$HOME/.bashrc.local";fi