Skip to content

Instantly share code, notes, and snippets.

@PrateekKumarSingh
Created August 8, 2019 09:15
Show Gist options
  • Save PrateekKumarSingh/cd605591d42bf30cac013f0ba644b27c to your computer and use it in GitHub Desktop.
Save PrateekKumarSingh/cd605591d42bf30cac013f0ba644b27c to your computer and use it in GitHub Desktop.
function global:prompt {
# Multiple Write-Host commands with color
$path = (Get-Culture).TextInfo.ToTitleCase($pwd)
Write-Host $path -foregroundcolor Cyan
Write-Host '>' -ForegroundColor Blue -NoNewline
return " "
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment