From: Simon Ruderich Date: Sun, 21 Sep 2008 16:52:12 +0000 (+0200) Subject: Update umask settings in zsh. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=0cff6e93883566cedfc863e615887339514553aa;p=config%2Fdotfiles.git Update umask settings in zsh. --- 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