Created
October 5, 2020 19:02
-
-
Save akoutmos/706493b65e4aaeb09f44956f55fc3b0c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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