Last active
March 17, 2016 15:17
-
-
Save jdhitsolutions/245b6d5bd3f04e06dd3a to your computer and use it in GitHub Desktop.
A St. Patrick's Day themed PowerShell Prompt
This file contains 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
#edited for clarity. | |
function prompt { | |
$message = "$([char]9827) Éirinn go Brách $([char]9827) " | |
write-host $message -ForegroundColor green -NoNewline | |
"$((Get-Location).Path)>" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment