Git.Extensions.psm1

#Requires -Version 5.0;
#Requires -Modules PowerShellGet, posh-git;
# Built-in, default PowerShell prompt
function Prompt {
    "--- PS $($ExecutionContext.SessionState.Path.CurrentLocation)$('>' * ($nestedPromptLevel + 1)) ";
}
function Test-GitPrompt {
    prompt;
}