internal/prompts/boring.prompt.ps1

function global:prompt
{
    "PS $($executionContext.SessionState.Path.CurrentLocation)$('>' * ($nestedPromptLevel + 1)) "
}