mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
added pip proxy configuration
This commit is contained in:
parent
89af1d1cc1
commit
78df42991e
21
configs/pip.json
Normal file
21
configs/pip.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "pip",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"unset",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user