added term edit config

This commit is contained in:
2023-05-23 14:39:41 -04:00
parent 7cf8bc3a4c
commit 489451b318

View File

@ -0,0 +1,8 @@
local status_ok, termedit = pcall(require, "term-edit")
if not status_ok then
return
end
termedit.setup {
prompt_end = '$ ',
}