repl.history's file format is not compatible with Node's history file format. https://github.com/nodejs/io.js/pull/1513 After pointing NODE_REPL_HISTORY_FILE to my old history file I get the following error: ``` Error: Could not parse history data in .../.node_history. ``` It would be nice to have one file format be used both from native repls and repls built on top of this module.