node.history
Enable repl.history by default!
It makes your node use ~/.node_history
file to persist REPL history between sessions. You shouldn't have to use a separate executable for that.
Install
npm install -g node.history
- Alias
node
tonode.history
in your shell config.
License
MIT