mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 12:41:45 +00:00
Compare commits
No commits in common. "36aef5e0d3f0a6f3c56a48ae3046f3e5ec9b913c" and "d9df5cad1e3aa92df2f976992ef4b4c72cca2eed" have entirely different histories.
36aef5e0d3
...
d9df5cad1e
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "WIN - Env",
|
||||
"name": "env",
|
||||
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
|
||||
"set": [
|
||||
{
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "WIN - Git",
|
||||
"cmd": "git",
|
||||
"name": "git",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "WIN - NPM",
|
||||
"cmd": "npm",
|
||||
"name": "npm",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"name": "WIN - Pip",
|
||||
"cmd": "pip",
|
||||
"name": "pip",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
@ -1,35 +0,0 @@
|
||||
{
|
||||
"name": "WSL - Sudo - Env",
|
||||
"cmd": "wsl sudo",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"tee",
|
||||
"-a",
|
||||
"/etc/environment",
|
||||
"\"<<<\"",
|
||||
"http_proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}, {
|
||||
"args": [
|
||||
"tee",
|
||||
"-a",
|
||||
"/etc/environment",
|
||||
"\"<<<\"",
|
||||
"https_proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"sed",
|
||||
"-i",
|
||||
"'''/^https\\?_proxy=.*$/d'''",
|
||||
"/etc/environment"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "WSL - Sudo - Git",
|
||||
"cmd": "wsl sudo git",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"http.proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"https.proxy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"--unset",
|
||||
"http.proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"--unset",
|
||||
"https.proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "WSL - Sudo - NPM",
|
||||
"cmd": "wsl sudo npm",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"https-proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"delete",
|
||||
"proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"delete",
|
||||
"https-proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "WSL - Sudo - Pip",
|
||||
"cmd": "wsl sudo pip",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"unset",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "WSL - User - Git",
|
||||
"cmd": "wsl git",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"http.proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"https.proxy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"--unset",
|
||||
"http.proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"--global",
|
||||
"--unset",
|
||||
"https.proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,36 +0,0 @@
|
||||
{
|
||||
"name": "WSL - User - NPM",
|
||||
"cmd": "wsl npm",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"https-proxy"
|
||||
],
|
||||
"equator": "="
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"delete",
|
||||
"proxy"
|
||||
]
|
||||
}, {
|
||||
"args": [
|
||||
"config",
|
||||
"delete",
|
||||
"https-proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
@ -1,22 +0,0 @@
|
||||
{
|
||||
"name": "WSL - User - Pip",
|
||||
"cmd": "wsl pip",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"set",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
],
|
||||
"unset": [
|
||||
{
|
||||
"args": [
|
||||
"config",
|
||||
"unset",
|
||||
"global.proxy"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in New Issue
Block a user