local status_ok, termedit = pcall(require, "term-edit")
if not status_ok then
	return
end

termedit.setup {
  prompt_end = '$ ',
}