From 7fd5645106e526aee88533e0c7e04ce738aaf214 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 30 Sep 2016 15:32:31 +0200 Subject: [PATCH] Add imagrc example configuration for readline --- imagrc.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/imagrc.toml b/imagrc.toml index 5dbbf9fc..108c52ac 100644 --- a/imagrc.toml +++ b/imagrc.toml @@ -1,6 +1,23 @@ # This is a example configuration file for the imag suite. # It is written in TOML +# +# Configuration options for the user interface +# +[ui] + +# +# Configuration options for the commandline user interface +# +[ui.cli] + +# History file path for readline +readline_history_file = "/tmp/readline.history" +readline_history_size = 100 +readline_history_ignore_dups = true +readline_history_ignore_space = true +readline_prompt = ">> " + [store] # Set to false if you do not want imag to create the directory where the store