This blog has moved to http://ThePowerShellGuy.com
Greetings /\/\o\/\/
I like to know my position in MSH, but sometimes my prompt get's to long. (Especialy when walking the registry)
that's why I made this Prompt that Sets the Current Directory in the Title.
function prompt { $Dir = get-location $host.ui.rawui.windowtitle = "/\/\o\/\/SH - $dir" Write-Host -nonewline -ForeGroundColor Red MSH;">" }
gr /\/\o\/\/