Skip to content

Instantly share code, notes, and snippets.

@joswr1ght
Created November 12, 2022 12:24
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 joswr1ght/a834cb551c323d90d2d87e7dd221b6f1 to your computer and use it in GitHub Desktop.
Save joswr1ght/a834cb551c323d90d2d87e7dd221b6f1 to your computer and use it in GitHub Desktop.
Add newline to PowerShell prompt between present directory and the PS > indicator
function prompt {
"$pwd`nPS > "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment