Are you sick and tired of having to manually declare new functions every time you enter the lua prompt? I.E.
 function clear()
term.clear()
term.setCursorPos(1,1)
end
Well lucky you, because I have the solution for you!
Just create a new file titled "lua" and enter:
shell.run("rom/programs/lua.lua")
Want to auto-clear the screen? Or maybe auto-load comonly used APIs or libraries?
just put anything you want before the run command and boom, it's done!

Only downside is when terminated will exit with 242 instead of "terminate".