From e559fd39f77828fbfa1a92b18af2479f3cae2565 Mon Sep 17 00:00:00 2001 From: elkowar <5300871+elkowar@users.noreply.github.com> Date: Fri, 5 Nov 2021 11:16:57 +0100 Subject: [PATCH] Powershell comment --- .../.config/powershell/Microsoft.PowerShell_profile.ps1 | 4 ++++ 1 file changed, 4 insertions(+) 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