Add explanation for configuration settings

This commit is contained in:
Matthias Beyer 2016-09-30 17:05:30 +02:00
parent 846c2d0325
commit 5cb3593df4

View file

@ -11,11 +11,20 @@
#
[ui.cli]
# History file path for readline
# History file path for readline. Will be created by imag if it does not exist.
readline_history_file = "/tmp/readline.history"
# Number of lines to safe in the history file
readline_history_size = 100
# Ignore duplicated lines
readline_history_ignore_dups = true
# Tell if lines which begin with a space character are saved or not in the
# history list.
readline_history_ignore_space = true
# The prompt string to use
readline_prompt = ">> "
[store]