.profile.common

changeset 890
fe8cbacbbb5d
parent 851
b8501cb649b6
child 988
c74a9716d606
--- a/.profile.common
+++ b/.profile.common
@@ -1,12 +1,12 @@
 # vim: ft=bash
 # simple profile stuff that is common to both zsh and bash
 
-umask 027
+make -s -C ~/.ssh || {
+  umask 077
+  cat ~/.ssh/config.d/* > ~/.ssh/config
+}
 
-make -s -C ~/.ssh || {
-  cat ~/.ssh/config.d/* > ~/.ssh/config &&
-  chmod 600 $_
-}
+umask 027
 
 export MANPATH=$HOME/.man:
 

mercurial