PowerShell hanya menunjukkan direktori saat ini
function prompt {
$p = Split-Path -leaf -path (Get-Location)
"$p> "
}
Excited Eel
function prompt {
$p = Split-Path -leaf -path (Get-Location)
"$p> "
}