Created
April 7, 2018 15:22
-
-
Save rpalo/1c6078870a4b2410b7b24099de572118 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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