added term edit config

This commit is contained in:
2023-05-23 14:39:41 -04:00
parent 8527f7fb60
commit 7b724b8c29

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 = '$ ',
}