Skip to content

Instantly share code, notes, and snippets.

View Snaptags's full-sized avatar

Markus Lasermann Snaptags

  • Karlsruhe, Germany
View GitHub Profile
@Snaptags
Snaptags / prompt.ps1
Created August 17, 2016 16:23 — forked from kadet1090/prompt.ps1
PowerLine like prompt for PowerShell
$script:bg = [Console]::BackgroundColor;
$script:first = $true;
$script:last = 0;
function Write-PromptFancyEnd {
Write-Host  -NoNewline -ForegroundColor $script:bg
$script:bg = [System.ConsoleColor]::Black
}