Windows Terminal和PowerShell7配置

https://github.com/lextm/windowsterminal-shell/

添加右键:PowerShell下运行

install.ps1 mini

	// 首次启动时的列

	"initialCols": 150,

	// 首次启动时的行

	"initialRows": 40,



[{

			// Make changes here to the powershell.exe profile.

			"guid": "{61c54bbd-c2c6-5271-96e7-009a87ff44bf}",

			"name": "Windows PowerShell",

			"commandline": "powershell.exe",

			"hidden": false

		}, {

			// Make changes here to the cmd.exe profile.

			"guid": "{0caa0dad-35be-5f56-a8ff-afceeeaa6101}",

			"name": "Command Prompt",

			"commandline": "cmd.exe",

			"startingDirectory": ".",

			"hidden": false

		}, {

			"guid": "{b453ae62-4e3d-5e58-b989-0a998ec441b8}",

			"hidden": false,

			"name": "Azure Cloud Shell",

			"source": "Windows.Terminal.Azure"

		}, {

			"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402336}",

			"name": "PowerShell 7",

			"commandline": "D:/Library/PowerShell-7/pwsh.exe -nologo",

			"icon":"D:/Library/PowerShell-7/assets/Powershell_black.ico",

			"hidden": false,

			"startingDirectory": "."

		}, {

			"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402337}",

			"name": "Git-bash",

			"commandline": "D:/Library/MinGW/git/bin/bash.exe --login -i",

			"icon":"D:/Library/MinGW/git/usr/share/git/git-for-windows.ico",

			"hidden": false,

			"startingDirectory": "."

		}, {

			"guid": "{574e775e-4f2a-5b96-ac1e-a2962a402338}",

			"name": "Brook",

			"commandline": "D:/Soft/Tools-ProxySearch/BrookTools/wsRun.bat",

			"icon":"D:/Library/PowerShell-7/assets/Powershell_black.ico",

			"hidden": false,

			"startingDirectory": "."

		}]