windows:powershell

**This is an old revision of the document!**

====== C:\Users\wed\Documents\WindowsPowerShell\Microsoft.PowerShell_profile.ps1 ======
function prompt {


  Write-Host ("PS " + $(Get-Location))  -ForegroundColor Black -BackgroundColor Yellow
  return ">> " 
  
}