Skip to content

Instantly share code, notes, and snippets.

@akoutmos
Created October 5, 2020 19:02
Show Gist options
  • Save akoutmos/706493b65e4aaeb09f44956f55fc3b0c to your computer and use it in GitHub Desktop.
Save akoutmos/706493b65e4aaeb09f44956f55fc3b0c to your computer and use it in GitHub Desktop.
Application.put_env(:elixir, :ansi_enabled, true)
IEx.configure(
default_prompt: [
"\e[G", :black_background, :bright, :white, "%prefix", :blue, "(%counter)", :default_background, :white, " ▶", :reset
] |> IO.ANSI.format() |> IO.chardata_to_string()
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment