Skip to content

Commit

Permalink
colors updates iex
Browse files Browse the repository at this point in the history
  • Loading branch information
techgaun committed Aug 26, 2018
1 parent 2453b56 commit 9809ee5
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .iex.exs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,16 @@ IEx.configure(
alive_prompt: "%prefix(%node):%counter>",
default_prompt: "%prefix:%counter>",
inspect: [pretty: true, char_lists: :as_lists, limit: :infinity],
history_size: -1
history_size: -1,
colors: [
ls_directory: :cyan,
ls_device: :yellow,
doc_code: :green,
doc_inline_code: :magenta,
doc_headings: [:cyan, :underline],
doc_title: [:cyan, :bright, :underline],
eval_result: [ :cyan, :bright ]
]
)

import_file_if_available(".secret.exs")
Expand Down

0 comments on commit 9809ee5

Please sign in to comment.