# Use this file to run your own startup commands ## Prompt Customization <# .SYNTAX λ .EXAMPLE N:\Documents\src\cmder [master] λ | #> [ScriptBlock]$PrePrompt = { } # Replace the cmder prompt entirely with this. # [ScriptBlock]$CmderPrompt = {} [ScriptBlock]$PostPrompt = { } ##