rename configs for windows settings

This commit is contained in:
Baipyrus 2024-11-07 19:30:01 +01:00
parent d9df5cad1e
commit 921c015618
4 changed files with 7 additions and 4 deletions

View File

@ -1,5 +1,5 @@
{ {
"name": "env", "name": "WIN - Env",
"cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')", "cmd": "[System.Environment]::SetEnvironmentVariable('$PRSW_ARG', $PRSW_ARG, 'User')",
"set": [ "set": [
{ {

View File

@ -1,5 +1,6 @@
{ {
"name": "git", "name": "WIN - Git",
"cmd": "git",
"set": [ "set": [
{ {
"args": [ "args": [

View File

@ -1,5 +1,6 @@
{ {
"name": "npm", "name": "WIN - NPM",
"cmd": "npm",
"set": [ "set": [
{ {
"args": [ "args": [

View File

@ -1,5 +1,6 @@
{ {
"name": "pip", "name": "WIN - Pip",
"cmd": "pip",
"set": [ "set": [
{ {
"args": [ "args": [