internal/prompts/boring.prompt.ps1

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