summaryrefslogtreecommitdiffstats
path: root/after/plugin/term-edit.lua
blob: 77f747064b35432043beeb559824ff042d7db51e (plain) (blame)
1
2
3
4
5
6
7
8
local status_ok, termedit = pcall(require, "term-edit")
if not status_ok then
	return
end

termedit.setup {
  prompt_end = '$ ',
}