Reset colors, change terminal theme instead
This commit is contained in:
parent
1958c1eabf
commit
e0fdc3dd5f
1 changed files with 0 additions and 8 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue