mirror of
https://github.com/Baipyrus/ProxySwitcher.git
synced 2024-12-26 04:31:45 +00:00
rename configs for windows settings
This commit is contained in:
parent
d9df5cad1e
commit
921c015618
@ -1,5 +1,5 @@
|
||||
{
|
||||
"name": "env",
|
||||
"name": "WIN - Env",
|
||||
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
|
||||
"set": [
|
||||
{
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "git",
|
||||
"name": "WIN - Git",
|
||||
"cmd": "git",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "npm",
|
||||
"name": "WIN - NPM",
|
||||
"cmd": "npm",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
@ -1,5 +1,6 @@
|
||||
{
|
||||
"name": "pip",
|
||||
"name": "WIN - Pip",
|
||||
"cmd": "pip",
|
||||
"set": [
|
||||
{
|
||||
"args": [
|
Loading…
Reference in New Issue
Block a user