Skip to content

Disabling color and or the erln8 startup banner

Dave Parfitt edited this page Jun 16, 2015 · 1 revision

To disable the erln8 startup banner, change the appropriate config settings located in the [Erln8] section of ~/.erln8.d/config. Boolean values are either true or false, and are case sensitive.

  • banner

    • Show the version of Erlang that erln8 is running upon startup
    • true or false
  • color

    • true or false

Example:

[Erln8]
banner=false
color=false