How to make custom prompt take effect at iex start?

后端 未结 1 1857
鱼传尺愫
鱼传尺愫 2020-12-18 03:05

I have a custom prompt but when I launch iex, a builtin prompt shows. After I hit enter my prompt takes effect. How can I make my prompt take effect w

相关标签:
1条回答
  • 2020-12-18 03:29

    It's a bug in iex. I've tracked down and fixed it: https://github.com/elixir-lang/elixir/pull/4895

    0 讨论(0)
提交回复
热议问题