From 7fcd03ae89dccac650bf6f85828d14b1f6b1b1a6 Mon Sep 17 00:00:00 2001 From: Gol3vka Date: Tue, 4 Apr 2023 14:33:57 +0800 Subject: [PATCH] Add "InlinePrediction" --- theme/dracula-prompt-configuration.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/theme/dracula-prompt-configuration.ps1 b/theme/dracula-prompt-configuration.ps1 index 52f1d74..2d5e86c 100644 --- a/theme/dracula-prompt-configuration.ps1 +++ b/theme/dracula-prompt-configuration.ps1 @@ -8,6 +8,7 @@ Set-PSReadlineOption -Color @{ "Number" = [ConsoleColor]::Blue "Type" = [ConsoleColor]::Cyan "Comment" = [ConsoleColor]::DarkCyan + "InlinePrediction" = [ConsoleColor]::DarkGray } # Dracula Prompt Configuration Import-Module posh-git