From: lace <> Date: Sat, 16 Jun 2007 13:08:41 +0000 (+0000) Subject: +umask 022 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=86e45d224f42def05a5b686b708140a44fd57dbb +umask 022 --- diff --git a/.bashrc b/.bashrc index e45bbb8..289a0f9 100644 --- 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