Created
August 8, 2019 09:15
-
-
Save PrateekKumarSingh/cd605591d42bf30cac013f0ba644b27c to your computer and use it in GitHub Desktop.
This file contains hidden or 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
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