PowerShell mostra apenas diretório atual
function prompt {
$p = Split-Path -leaf -path (Get-Location)
"$p> "
}
Excited Eel
function prompt {
$p = Split-Path -leaf -path (Get-Location)
"$p> "
}