.profile.common

changeset 543
f033acea6b1e
parent 514
d596509d91f0
child 545
cd5b3906e687
--- a/.profile.common
+++ b/.profile.common
@@ -1,5 +1,7 @@
 # simple profile stuff that is common to both zsh and bash
 
+umask 027
+
 make -s -C ~/.ssh
 
 export EDITOR=vim
@@ -22,4 +24,3 @@ fi
 if [ -f ~/.profile.common.local ]; then
   source ~/.profile.common.local
 fi
-

mercurial