Reset colors, change terminal theme instead

This commit is contained in:
Anthony Rose 2024-06-11 10:58:05 +01:00
parent 1958c1eabf
commit e0fdc3dd5f

View file

@ -95,14 +95,6 @@ Remove-Variable -Name nvim
$OutputEncoding = [System.Text.Encoding]::UTF8
Set-PSReadLineOption -BellStyle None
Set-PSReadLineOption -Color @{
Command = [ConsoleColor]::DarkYellow
Comment = [ConsoleColor]::Green
Keyword = [ConsoleColor]::DarkGreen
ListPrediction = [ConsoleColor]::Yellow
Number = [ConsoleColor]::DarkGray
Variable = [ConsoleColor]::DarkGreen
}
Set-PSReadLineOption -EditMode Emacs
Set-PSReadLineKeyHandler -Key Tab -Function Complete
Set-PSReadLineKeyHandler -Key UpArrow -ScriptBlock {