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