Public/func_Enable-Prompt.ps1

Function Enable-Prompt {
  Set-Content function:\prompt $Global:CdfPrompt
  $Global:CdfPromptEnabled = $true
}