Skip to content

Commit 28cce9b

Browse files
committed
Remove $PATH env var
Fixes #172
1 parent eb95e31 commit 28cce9b

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

info.plist

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2864,7 +2864,7 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
28642864
<key>xpos</key>
28652865
<real>35</real>
28662866
<key>ypos</key>
2867-
<real>2960</real>
2867+
<real>2860</real>
28682868
</dict>
28692869
<key>135ECB8C-557A-41D9-BF9A-6439A5EA949E</key>
28702870
<dict>
@@ -2966,7 +2966,7 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
29662966
<key>xpos</key>
29672967
<real>35</real>
29682968
<key>ypos</key>
2969-
<real>3160</real>
2969+
<real>3060</real>
29702970
</dict>
29712971
<key>641E4359-7656-456E-93F2-11FE0F755254</key>
29722972
<dict>
@@ -2994,7 +2994,7 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
29942994
<key>xpos</key>
29952995
<real>35</real>
29962996
<key>ypos</key>
2997-
<real>3060</real>
2997+
<real>2960</real>
29982998
</dict>
29992999
<key>78A70680-7C8A-4CC4-AE71-A070E3E8CCD9</key>
30003000
<dict>
@@ -3086,7 +3086,7 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
30863086
<key>xpos</key>
30873087
<real>35</real>
30883088
<key>ypos</key>
3089-
<real>2860</real>
3089+
<real>2760</real>
30903090
</dict>
30913091
<key>D22F4CD1-A38D-4D9A-B910-E82A467AB0CC</key>
30923092
<dict>
@@ -3121,7 +3121,7 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
31213121
<key>xpos</key>
31223122
<real>35</real>
31233123
<key>ypos</key>
3124-
<real>2660</real>
3124+
<real>2560</real>
31253125
</dict>
31263126
<key>E106723F-9932-431B-8250-64F2983338FC</key>
31273127
<dict>
@@ -3167,17 +3167,15 @@ The Python Package Index is very slow due to a lack on API and pagination. A min
31673167
<key>xpos</key>
31683168
<real>35</real>
31693169
<key>ypos</key>
3170-
<real>2760</real>
3170+
<real>2660</real>
31713171
</dict>
31723172
</dict>
31733173
<key>userconfigurationconfig</key>
31743174
<array/>
31753175
<key>variables</key>
31763176
<dict>
3177-
<key>PATH</key>
3178-
<string>/opt/homebrew/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:${PATH}</string>
31793177
<key>XDEBUG_TRIGGER</key>
3180-
<string>1</string>
3178+
<string>0</string>
31813179
</dict>
31823180
<key>version</key>
31833181
<string>6.0.0</string>

0 commit comments

Comments
 (0)