With IEx (Elixir's REPL), I'd like to be able to save my command history.
For example:
I can open up a new IEx session and execute a command. After executing the command I can press the up arrow and have my last-command pre-populated. After closing IEx and re-opening, I'd like to have access to my last commands.
Is there a way to do this?