## Do I have a solution? **Yes** ## Details Setting self.prompt to a single whitespace `self.prompt = ' '` instead of empty string `self.prompt = ''` in `line 1859` of `rshell/main.py` fixes the issue completely on OSX
Do I have a solution?
Yes
Details
Setting self.prompt to a single whitespace
self.prompt = ' 'instead of empty string
self.prompt = ''in
line 1859ofrshell/main.pyfixes the issue completely on OSX