In powershell I have my sentences all blank I wanted to change the color of the first word to yellow just for appearance how can I do this?
I've tried using this command "Set-PSReadLineOption -Colors @{ Command = 'Yellow' }" but it gives me this error "Set-PSReadLineOption : The term 'Set-PSReadLineOption' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if the path was included, verify that the path is correct and try again."