From cf9f34cb47a616d7adfc1f327253c3fd4f8c1f63 Mon Sep 17 00:00:00 2001 From: Gea-Suan Lin Date: Mon, 23 Mar 2015 07:36:56 +0800 Subject: [PATCH] Change to umask 022. --- .bashrc | 2 +- .zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.bashrc b/.bashrc index 5322f6f..7cd2bc9 100644 --- a/.bashrc +++ b/.bashrc @@ -1,5 +1,5 @@ # -umask 077 +umask 022 cd "${HOME}" # alias SYNC="sync; sync; sync" diff --git a/.zshrc b/.zshrc index 5583195..9eb578d 100644 --- a/.zshrc +++ b/.zshrc @@ -1,5 +1,5 @@ # -umask 077 +umask 022 cd "$HOME" # alias "SYNC=sync;sync;sync"