Created
February 2, 2014 23:48
-
-
Save SyntaxC4/8776866 to your computer and use it in GitHub Desktop.
PowerShell Prompt for LOST fans...
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
# It's your choice if you want to enter the code and press the button. | |
# >: 4 8 15 16 23 42 | |
function prompt { | |
write-host '>:' -nonewline | |
return ' ' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment