1
0
Fork 0
mirror of https://github.com/notwa/rc synced 2024-06-26 01:07:11 -07:00

reword comment

This commit is contained in:
Connor Olding 2019-05-27 12:10:54 +02:00
parent f0b95f54a7
commit 3899dfb8da

View File

@ -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"