diff --git a/powershell/.config/powershell/Microsoft.PowerShell_profile.ps1 b/powershell/.config/powershell/Microsoft.PowerShell_profile.ps1 index 0af312b..69ef43d 100644 --- a/powershell/.config/powershell/Microsoft.PowerShell_profile.ps1 +++ b/powershell/.config/powershell/Microsoft.PowerShell_profile.ps1 @@ -1,3 +1,7 @@ +# todo I looked again and you could use the [System.Drawing.Color] type to parse and store your colors +# [drawing.color]("#ffffff") +# https://docs.microsoft.com/en-us/powershell/module/microsoft.powershell.core/about/about_ansi_terminals?view=powershell-7.2 + if ($host.Name -eq "ConsoleHost") { Import-Module PSReadline