mirror of
https://github.com/elkowar/dots-of-war.git
synced 2024-11-05 19:02:24 +00:00
Powershell comment
This commit is contained in:
parent
dd285ef4ba
commit
e559fd39f7
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue