+ Added powershell (no git support yet.)

This commit is contained in:
ziro 2020-07-26 17:50:58 +07:00
parent 2c4c5294e8
commit 49f0d74578
3 changed files with 8 additions and 2 deletions

View file

@ -0,0 +1,6 @@
function Prompt
{
"
$([char]27)[34;1m" + $env:COMPUTERNAME + "" + (Get-Location) + "
$([char]27)[32;1m$> $([char]27)[0m"
}