更改 powershell 参数的颜色 linux

change colour for parameters on powershell linux

你能看到-Uri参数吗?这在 linux.

上很难阅读

有没有办法改变颜色?

赫曼特 answered my question on twitter。您可以使用 Cmdlet Get-PSReadLineOption 查看颜色设置。要编辑 属性 ParameterColor 我 运行 Set-PSReadLineOption -Colors @{"Parameter"=[ConsoleColor]::Gray}.