Skip to content

Instantly share code, notes, and snippets.

@asears
Created April 21, 2020 10:31
Show Gist options
  • Select an option

  • Save asears/a67abc24adb501c5ba21552fe1c1cace to your computer and use it in GitHub Desktop.

Select an option

Save asears/a67abc24adb501c5ba21552fe1c1cace to your computer and use it in GitHub Desktop.
ASCII Art Prompt in Powershell
function Burninate-Peasants
{
$trogdor = @"
and the trogdor comes in the NIIGGHHHTTTTT!!!!!!!!
:::
:: :::.
\/, .:::::
\), \`-._ :::888
/\ \ `-. ::88888
/ \ | .( ::88
/,. \ ; ( ` .:8888
), \ / ;`` :::888
/_ \ __/_(_ :88
`. ,`..-' `-._ \ / :8
)__ `. `._ .\/.
/ `. ` `-._______m _,
,-=====-.-;' , ___________/ _,-_,'`/__,-.
C =-- ; `.`._ V V V -=-'#==-._
:, \ ,| UuUu _,......__ `-.__A_A_ -. ._ ,--._ ,`` `-
|| |`---' : uUuUu,' `'--...____/ ` `. `
|` : \ UuUu:
: / \ UuUu`-._
\(_ `._ uUuUu `-.
(_3 `._ uUu `._
``-._ `.
`-._ `.
`. \
) ;
/ /
`. |\ ,' /
,_A_/\-| ` ,'
`--..,_|_,-'\
| \
| \__
|__
"@
return $trogdor
}
function Prompt {
Write-Host ("[{0}]" -f (Burninate-Peasants))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment