I am starting to use PowerShell for a Windows project using node.js. When running many programs (including node, supervisor and npm) from the Powershell commmand line, my PowerShell background and foreground colors start to change from the default Powershell colors. How can I maintain a consistent look within PowerShell so I can easily read the results of running commands?
I am starting to use PowerShell for a Windows project using node.js. When running
Share
I have this problem with MSBuild especially when I ctrl+C a build. This is what I put in my profile.ps1 file:
Then I just invoke Reset-Colors when MSBuild has messed them up.