Open bwks opened 6 years ago
The current default unix prompt also matches comment lines. A more specific prompt should be configured as the default. Something like: :.*[\$#]
:.*[\$#]
hmm, shell colouring gets in the way here. opened #27 to track this
could set the $PS1 prompt to something predictable that will not get in the way eg: PS1=\(MYSERVER\)\>
$PS1
PS1=\(MYSERVER\)\>
The current default unix prompt also matches comment lines. A more specific prompt should be configured as the default. Something like:
:.*[\$#]