With some help from Lee, i was able to reproduce my favourite prompt for cmd.exe (which is $P$_$+$G – thanks to Craig for that) in Monad. Just add the following to your ‘profile.msh’:
function prompt { “MSH ” + (get-location).Path + “`n> ” }
(note the escape character)