CSharpRepl icon indicating copy to clipboard operation
CSharpRepl copied to clipboard

Option to show current directory in prompt

Open kindermannhubert opened this issue 2 years ago • 0 comments

Feature Description

We already can customize the prompt with a custom string. We could just introduce some variable (e.g. with MsBuild syntax $(VariableName)) that would be replaced in the prompt string by the current dir.

Custom prompt string could then be e.g.: $(CurrentDir)>.

kindermannhubert avatar Jan 04 '23 10:01 kindermannhubert