Skip to content

Instantly share code, notes, and snippets.

@braitom
Created November 18, 2018 07:28
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 braitom/101d1afcf3e701666d95e671f0100460 to your computer and use it in GitHub Desktop.
Save braitom/101d1afcf3e701666d95e671f0100460 to your computer and use it in GitHub Desktop.
function prompt
{
$Time = (Get-Date).ToString("hh:mm")
$host.ui.rawui.WindowTitle = (Get-Location)
"$Time> "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment