PowerShell pokazuje tylko aktualny katalog

function prompt {
  $p = Split-Path -leaf -path (Get-Location)
  "$p> "
}
Excited Eel