PowerShell: How to customize prompt?
- by Ariel
I like to define the env variable PROMPT as $p$_$g so prompt starts in a new line.
But seems to be not applying to my PowerShell prompt :-(
dir function:/ shows that a name "prompt" is already defined.
Any way I can get my prompt customized in a PowerShell console, without messing up with the already defined "prompt" name?