added tip to man page to make simple prompt

This commit is contained in:
mars0i 2019-04-30 22:08:41 -05:00 committed by Perry E. Metzger
parent b2eed8cb69
commit 63fb913332
1 changed files with 7 additions and 0 deletions

View File

@ -61,6 +61,13 @@ You can then add this line to your
.I ~/.ocamlinit .I ~/.ocamlinit
file. file.
To turn off utop's advanced prompt features, add the following to .ocamlinit
to turn off respectively (a) colors and the upper information line, and
(b) the lower boxed list of possible completions:
#utop_prompt_dummy;;
UTop.set_show_box false
You can enable basic syntax highlighting in utop by writing a You can enable basic syntax highlighting in utop by writing a
.I ~/.utoprc .I ~/.utoprc
file. See file. See