From 3899dfb8da265fdce6552259bffda96dbd3df710 Mon Sep 17 00:00:00 2001 From: Connor Olding Date: Mon, 27 May 2019 12:10:54 +0200 Subject: [PATCH] reword comment --- home/-shrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home/-shrc b/home/-shrc index bba72a7..a31abeb 100644 --- a/home/-shrc +++ b/home/-shrc @@ -1,7 +1,8 @@ #!/bin/zsh # for both zsh and bash -umask 022 # don't inherit last umask. pip will break itself. +# umask should be reset else pip might make faulty installations. +umask 022 [ -z "$MSYSTEM" ] && cdrive="/cygdrive/c" || cdrive="/c" [ -z "$MSYSTEM" ] && ddrive="/cygdrive/d" || ddrive="/d"