Skip to content

Instantly share code, notes, and snippets.

@jdhitsolutions
Last active March 17, 2016 15:17
Show Gist options
  • Save jdhitsolutions/245b6d5bd3f04e06dd3a to your computer and use it in GitHub Desktop.
Save jdhitsolutions/245b6d5bd3f04e06dd3a to your computer and use it in GitHub Desktop.
A St. Patrick's Day themed PowerShell Prompt
#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