- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- PowerShell/PSReadLine/コンソールの色設定 へ行く。
- 1 (2019-05-17 (金) 09:24:00)
コンソールの色設定
PSReadLine 2.0
Set-PSReadLineOption -Colors @{ "Parameter" = [ConsoleColor]::Cyan "Operator" = [ConsoleColor]::Gray }
PSReadLine 1.0
Set-PSReadlineOption -TokenKind Command -ForegroundColor White