From: Don Armstrong Date: Thu, 27 Dec 2012 22:37:35 +0000 (-0800) Subject: do not change umask X-Git-Url: https://git.donarmstrong.com/?p=zsh.git;a=commitdiff_plain;h=bc215090b49aed3edf9b73259de49fe1c4a985ad do not change umask --- diff --git a/.zsh/zshrc/99_TODO b/.zsh/zshrc/99_TODO index b0084ce..2585dbf 100644 --- a/.zsh/zshrc/99_TODO +++ b/.zsh/zshrc/99_TODO @@ -52,8 +52,6 @@ setopt no_beep # use 0xXX and 0XX output instead of 16#XX/8#XX setopt c_bases -[ "$(umask)" = 022 ] && umask 0077 - # remove '/' from WORDCHARS WORDCHARS="${WORDCHARS//\/}"