mirror of
https://github.com/notwa/rc
synced 2024-11-05 04:29:03 -08:00
reword comment
This commit is contained in:
parent
f0b95f54a7
commit
3899dfb8da
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue