2024-12-10 05:20:08 +00:00
|
|
|
|
IEx.configure(
|
|
|
|
|
colors: [
|
|
|
|
|
enabled: true,
|
|
|
|
|
eval_result: [:cyan, :bright],
|
|
|
|
|
eval_error: [:light_magenta]
|
|
|
|
|
],
|
|
|
|
|
default_prompt:
|
|
|
|
|
[
|
|
|
|
|
"%prefix",
|
|
|
|
|
:white,
|
|
|
|
|
"(",
|
|
|
|
|
:blue,
|
|
|
|
|
"%counter",
|
|
|
|
|
:white,
|
|
|
|
|
")",
|
|
|
|
|
# plain string
|
|
|
|
|
"›",
|
|
|
|
|
:reset
|
|
|
|
|
]
|
|
|
|
|
|> IO.ANSI.format()
|
|
|
|
|
|> IO.chardata_to_string()
|
|
|
|
|
)
|
|
|
|
|
|
2024-12-11 08:02:07 +00:00
|
|
|
|
alias UkraineTaxidEx.{Commons, Edrpou, Itin}
|