Skip to content

Instantly share code, notes, and snippets.

@SyntaxC4
Created February 2, 2014 23:48
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 SyntaxC4/8776866 to your computer and use it in GitHub Desktop.
Save SyntaxC4/8776866 to your computer and use it in GitHub Desktop.
PowerShell Prompt for LOST fans...
# 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