bwks / netconnect

Connect to devices via telnet and ssh
GNU General Public License v3.0
7 stars 0 forks source link

Unix prompt is too liberal #26

Open bwks opened 6 years ago

bwks commented 6 years ago

The current default unix prompt also matches comment lines. A more specific prompt should be configured as the default. Something like: :.*[\$#]

bwks commented 6 years ago

hmm, shell colouring gets in the way here. opened #27 to track this

bwks commented 5 years ago

could set the $PS1 prompt to something predictable that will not get in the way eg: PS1=\(MYSERVER\)\>