From 0cff6e93883566cedfc863e615887339514553aa Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 21 Sep 2008 18:52:12 +0200 Subject: [PATCH] Update umask settings in zsh. --- zsh/rc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zsh/rc b/zsh/rc index 9b42bd1..76d0b29 100644 --- a/zsh/rc +++ b/zsh/rc @@ -4,6 +4,9 @@ # Use Vi(m) style key bindings. bindkey -v +# Be paranoid, new files are readable/writable by me only. +umask 077 + # Use history and store it in ~/.zsh/history. HISTSIZE=1000 SAVEHIST=1000 -- 2.44.1