lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


2013/10/4 Ignacio Burgueño <iburgueno@gmail.com>:
> You can also install rlwrap and use that:
>
> rlwrap -a -r -H ~/.lua_history lua
>
> An alias to make things easier:
>
> alias lua="rlwrap -a -r -H ~/.lua_history lua"

Aha! Makes the luajit experience nicer too.