Skip to content

Instantly share code, notes, and snippets.

@rpalo
Created April 7, 2018 15:22
Show Gist options
  • Save rpalo/1c6078870a4b2410b7b24099de572118 to your computer and use it in GitHub Desktop.
Save rpalo/1c6078870a4b2410b7b24099de572118 to your computer and use it in GitHub Desktop.
function prompt {
$histCount = (Get-History | Measure-Object).count
return "POWERSHELL LEVEL OVER $histCount THOUSAND!!! >"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment