I could be wrong but I believe history can be setup using just the repl itself ``` repl = REPL.start({ .. }) repl.setupHistory(`${process.env.HOME}/.repl_node_history`, err => err && console.log('Repl history error:', err)) ```