From e0fdc3dd5ffefde5b7e60faf86d101325ca8e193 Mon Sep 17 00:00:00 2001 From: Anthony Perkins Date: Tue, 11 Jun 2024 10:58:05 +0100 Subject: [PATCH] Reset colors, change terminal theme instead --- roles/home-cli/files/Microsoft.PowerShell_profile.ps1 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 b/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 index 8aecbd0..0d106f8 100644 --- a/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 +++ b/roles/home-cli/files/Microsoft.PowerShell_profile.ps1 @@ -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 {