Skip to content

Instantly share code, notes, and snippets.

@codecontemplator
Created March 27, 2024 13:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save codecontemplator/c4b4aa37a547980ddc89415d2bf0565e to your computer and use it in GitHub Desktop.
Save codecontemplator/c4b4aa37a547980ddc89415d2bf0565e to your computer and use it in GitHub Desktop.
function global:prompt
{
$global:GitPromptSettings.DefaultPromptSuffix = ""
Update-ZLocation $pwd
"╭─ $(ZLocationOrigPrompt) $('+' * ($nestedPromptLevel))`n╰─$ ";
#"╭─ 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