stevieb9 / berrybrew

Perlbrew for Windows!
Other
63 stars 9 forks source link

"use" CLI prompt appears awkward #276

Closed stevieb9 closed 3 years ago

stevieb9 commented 3 years ago

The cursor is on the line below the prompt:

<berrybrew use perl-5.18.4_64>
berrybrew list

berrybrew debugging enabled...

install dir: C:\Program Files (x86)\berrybrew\
perl root dir: C:\berrybrew\
temp dir: C:\berrybrew\temp

        5.18.4_64   *

DEBUG: Exit code: 0

<berrybrew use perl-5.18.4_64>
stevieb9 commented 3 years ago

This was caused by the UI not having access to %PROMPT% when firing up the new shell. We changed %PROMPT% to $P$G instead.