b2t:
It's not my bash, but my powershell ps1, but I'll post it anyway...
It's supposed to look bash-like...
function sudo([string]$pname) { RunAs /user:Administrator $pname }
function cwd { $pwd.Path }
clear
function prompt{
"$env:username@$env:computername" + ":" + "$pwd$ ".Replace($env:userprofile,"~").Replace(":","").Replace("\","/")
}
Edit:
How it looks:
area_13@node:~$