From 61fb0bdbdccf378e7845c3ea28f04a1a1efe05f5 Mon Sep 17 00:00:00 2001 From: hjp Date: Tue, 4 Jun 1996 18:09:41 +0000 Subject: [PATCH] Added umask (for the umpteenth time, I think). --- .zprofile | 1 + 1 file changed, 1 insertion(+) diff --git a/.zprofile b/.zprofile index 01dd43f..d7176be 100644 --- a/.zprofile +++ b/.zprofile @@ -1,3 +1,4 @@ +umask 022 echo TERM=$TERM eval `echo TERM=$TERM` if [ -f "$EXEC" ]