X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=76d0b29830b67ff65a72f58302025d5417a340d0;hb=ee6cc1829c31646d65a0041c18819e7501c29170;hp=9b42bd102848da812253495902a5aa12607c347a;hpb=7bbe37b9e655745432f0b7784d37a9595f7e9d77;p=config%2Fdotfiles.git 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