#Powershell Prompt
New-Item -ItemType File -Path $PROFILE -Force
notepad $PROFILEfunction global:prompt {
Write-Host $ExecutionContext.SessionState.Path.CurrentLocation -ForegroundColor Cyan
"$('>' * ($nestedPromptLevel + 1)) "
}#Powershell Prompt
New-Item -ItemType File -Path $PROFILE -Force
notepad $PROFILEfunction global:prompt {
Write-Host $ExecutionContext.SessionState.Path.CurrentLocation -ForegroundColor Cyan
"$('>' * ($nestedPromptLevel + 1)) "
}