diff options
Diffstat (limited to '00_Sanity.zsh')
-rw-r--r-- | 00_Sanity.zsh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/00_Sanity.zsh b/00_Sanity.zsh index b76865a..39ba813 100644 --- a/00_Sanity.zsh +++ b/00_Sanity.zsh @@ -12,7 +12,7 @@ ulimit -c 0 # No dangerous world-writeable files & folders -umask 002 +umask 067 # sanity [[ -t 0 ]] && /bin/stty erase "^H" intr "^C" susp "^Z" dsusp "^Y" stop "^S" start "^Q" kill "^U" >& /dev/null |