lukesampson / pshazz

Give your powershell some pizazz.
The Unlicense
575 stars 40 forks source link

Allow dynamic colors to enable e.g. Red prompt symbol '$' on errors #112

Closed eugenesvk closed 3 years ago

eugenesvk commented 3 years ago

I'd like to have a red $ prompt symbol when the last operation status was an interruption/error (e.g. $? is False), this PR allows me to do that:

lukesampson commented 3 years ago

Cool, thanks