Fix iex prompt in recent erlang versions
This commit is contained in:
parent
5b73c62d2d
commit
e685cd5624
1 changed files with 13 additions and 14 deletions
|
@ -14,10 +14,9 @@
|
||||||
limit: :infinity,
|
limit: :infinity,
|
||||||
charlists: :as_lists
|
charlists: :as_lists
|
||||||
],
|
],
|
||||||
default_prompt:
|
default_prompt: [
|
||||||
[
|
|
||||||
# ANSI CHA, move cursor to column 1
|
# ANSI CHA, move cursor to column 1
|
||||||
"\e[G",
|
# "\e[G",
|
||||||
:magenta,
|
:magenta,
|
||||||
# IEx prompt variable
|
# IEx prompt variable
|
||||||
"%prefix",
|
"%prefix",
|
||||||
|
|
Loading…
Reference in a new issue