]> ruderich.org/simon Gitweb - config/dotfiles.git/blobdiff - zsh/rc
Update umask settings in zsh.
[config/dotfiles.git] / zsh / rc
diff --git a/zsh/rc b/zsh/rc
index 9b42bd102848da812253495902a5aa12607c347a..76d0b29830b67ff65a72f58302025d5417a340d0 100644 (file)
--- 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