ferd / erlang-history

Hacks to add shell history to Erlang's shell
494 stars 30 forks source link

History is not saved between erl sessions #8

Closed fenollp closed 11 years ago

fenollp commented 11 years ago

Hey,

Well if I close my erl session (where eh behaves normally BTW) then open a new one the previous history is not accessible.

Two notes:

I installed with make install, sudo make install did not solve the issue.

ferd commented 11 years ago

Did you pass in any specific options with the erl command?

What's the result of calling dets:all() on that node?

ferd commented 11 years ago

I've just made a change to the install procedure where it will force a reinstall even if a backup of the current group.beam file is found (it will leave the backup intact). You may want to try again and see if it fixes the problem.

fenollp commented 11 years ago

Haha! It's fixed! Thank you ferd