added pip proxy configuration

This commit is contained in:
Baipyrus 2024-09-24 15:42:03 +02:00
parent 89af1d1cc1
commit 78df42991e

21
configs/pip.json Normal file
View File

@ -0,0 +1,21 @@
{
"name": "pip",
"set": [
{
"args": [
"config",
"set",
"global.proxy"
]
}
],
"unset": [
{
"args": [
"config",
"unset",
"global.proxy"
]
}
]
}