Search This Blog

THE DEFAULT PROMPT



Command Sample


(Get-Command -Name prompt).ScriptBlock
function prompt {$null}

Output


PS>Get-Command -Name pro*  -CommandType Function

CommandType     Name                                               Version    Source
-----------     ----                                               -------    ------
Function        prompt


PS>function prompt {$null}

reference

about_Prompts about_Line_Editing