Skip to content

Instantly share code, notes, and snippets.

@mrange
Created September 28, 2022 07:55
Show Gist options
  • Save mrange/bd47ebe23edece4cf9146c5b21861269 to your computer and use it in GitHub Desktop.
Save mrange/bd47ebe23edece4cf9146c5b21861269 to your computer and use it in GitHub Desktop.
mrange powershell prompt
# Stored under My Documents\WindowsPowerShell
function global:prompt
{
"╭─ PS $($executionContext.SessionState.Path.CurrentLocation) $('+' * ($nestedPromptLevel))`n╰─$ ";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment