# HG changeset patch # User Meredith Howard # Date 1492195446 14400 # Node ID f033acea6b1efe92488758e688092af8bf3343e4 # Parent c78ff4777bd9591004ef8ebce652c06d29d84d58 restrict umask diff --git a/.profile.common b/.profile.common --- 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 -