From 5b29e96cb2c195bcf4c4675d3cf7348c0276e849 Mon Sep 17 00:00:00 2001 From: tfheen Date: Thu, 26 Sep 2002 09:22:42 +0000 Subject: [PATCH] set umask git-svn-id: file:///svn/tfheen/trunk/dotfiles@24 8da78d58-1cd3-0310-bee5-d77bd1b3e8bf --- bash_profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bash_profile b/bash_profile index f689a70..660cd26 100644 --- a/bash_profile +++ b/bash_profile @@ -1,5 +1,7 @@ # .bash_profile -*- sh -*- +umask 022 + # Get the aliases and functions if [ -f /local/skel/all.bash_profile ]; then -- 2.39.5