PowerShell Show Solo Directorio actual

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