YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* コンソールの色設定 [#j16483bc]
** PSReadLine 2.0 [#vd1858f8]
Set-PSReadLineOption -Colors @{
"Parameter" = [ConsoleColor]::Cyan
"Operator" = [ConsoleColor]::Gray
}
** PSReadLine 1.0 [#wa8d4342]
Set-PSReadlineOption -TokenKind Command -ForegroundColor...
** 設定の確認 [#nc6c8ed8]
Get-PSReadlineOption
** 参考 [#hc3dd7df]
- https://github.com/PowerShell/PSReadLine/blob/master/do...
- https://4sysops.com/wiki/change-powershell-console-synt...
終了行:
* コンソールの色設定 [#j16483bc]
** PSReadLine 2.0 [#vd1858f8]
Set-PSReadLineOption -Colors @{
"Parameter" = [ConsoleColor]::Cyan
"Operator" = [ConsoleColor]::Gray
}
** PSReadLine 1.0 [#wa8d4342]
Set-PSReadlineOption -TokenKind Command -ForegroundColor...
** 設定の確認 [#nc6c8ed8]
Get-PSReadlineOption
** 参考 [#hc3dd7df]
- https://github.com/PowerShell/PSReadLine/blob/master/do...
- https://4sysops.com/wiki/change-powershell-console-synt...
ページ名: