myconfig

my config files
git clone https://a3nm.net/git/myconfig/
Log | Files | Refs | README

commit 024588c6682c2de71b1d834d35206860954a34c3
parent ef68cafc5babbdcad8e528eeb7e8b8d70936efb3
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Wed, 11 Mar 2015 16:21:22 +0100

umask

Diffstat:
zsh/zshrc | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/zsh/zshrc b/zsh/zshrc @@ -7,6 +7,8 @@ zstyle ':completion:*' completer _expand _complete _ignored _match _correct _app zstyle ':completion:*' max-errors 2 zstyle :compinstall filename '/home/a3_nm/.zshrc' +umask 077 + autoload -Uz compinit compinit # End of lines added by compinstall