]> git.donarmstrong.com Git - zsh.git/commitdiff
do not change umask
authorDon Armstrong <don@donarmstrong.com>
Thu, 27 Dec 2012 22:37:35 +0000 (14:37 -0800)
committerDon Armstrong <don@donarmstrong.com>
Thu, 27 Dec 2012 22:37:35 +0000 (14:37 -0800)
.zsh/zshrc/99_TODO

index b0084cefba78fe12d0104df371d54e4fd2e4322e..2585dbf5bca8eb363bf50b6d987f153ecc23aa35 100644 (file)
@@ -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//\/}"