X-Git-Url: https://ruderich.org/simon/gitweb/?a=blobdiff_plain;f=zsh%2Frc;h=76d0b29830b67ff65a72f58302025d5417a340d0;hb=0cff6e93883566cedfc863e615887339514553aa;hp=9b42bd102848da812253495902a5aa12607c347a;hpb=312a485683c11da4ceac2cce34b93857c1ea0813;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