ukraine-taxid-ex/.iex.exs

25 lines
397 B
Elixir
Raw Normal View History

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()
)
alias UkraineTaxidEx.{Commons, Edrpou, Itin}