(Using latest OS X and latest emacs available on homebrew) Inside emacs when I do
M-x shell
And then launch a REPL console with
rails console
I get
bash-3.2$ rails c
Loading development environment (Rails 5.0.0)
^[[0G[1] pry(main)>
Instead of nice colors, I see ^[[0G[1] How can I fix this?
If you have an older version of pry installed, do
this worked for me