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 {